Bryan Hyland
๐ค SpeakerAppearances Over Time
Podcast Appearances
Pretty much everything else is not mutable.
In the view, you can't go and try to change a variable value within the view.
You really can't change values within the subscriptions either.
It all happens within the update function.
And that also, you know, when I have done a little bit of game development as well, and that ECS, I remember when Unity introduced in any component system, and it separated the data from the actual UI itself from the game objects.
I was extremely excited, and that's the way that Bevy works as well.
It's an ECS system, and I kind of viewed LibCosmic as an ECS-type way of doing things as well with the MVC.
You have your UI in a certain area, and then you have your state...
And you always know what that state is going to be because of the way that it's separated out.
So I haven't used it yet.
I've created like a little like, what is it called?
The game where the aliens come down.
I can't remember the name of it right now.
I made a little Space Invaders clone with it.
I've done some stuff just to learn about it because I am a...
I don't play games very often, but I love video games.