Menu
Sign In Search Podcasts Charts People & Topics Add Podcast API Blog Pricing

Bryan Hyland

๐Ÿ‘ค Speaker
202 total appearances

Appearances Over Time

Podcast Appearances

Coder Radio
644: Bryan Hyland on Open-Source

Pretty much everything else is not mutable.

Coder Radio
644: Bryan Hyland on Open-Source

It's all immutable.

Coder Radio
644: Bryan Hyland on Open-Source

In the view, you can't go and try to change a variable value within the view.

Coder Radio
644: Bryan Hyland on Open-Source

You really can't change values within the subscriptions either.

Coder Radio
644: Bryan Hyland on Open-Source

It all happens within the update function.

Coder Radio
644: Bryan Hyland on Open-Source

Absolutely.

Coder Radio
644: Bryan Hyland on Open-Source

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.

Coder Radio
644: Bryan Hyland on Open-Source

I was extremely excited, and that's the way that Bevy works as well.

Coder Radio
644: Bryan Hyland on Open-Source

It's an ECS system, and I kind of viewed LibCosmic as an ECS-type way of doing things as well with the MVC.

Coder Radio
644: Bryan Hyland on Open-Source

You have your UI in a certain area, and then you have your state...

Coder Radio
644: Bryan Hyland on Open-Source

And you always know what that state is going to be because of the way that it's separated out.

Coder Radio
644: Bryan Hyland on Open-Source

So I haven't used it yet.

Coder Radio
644: Bryan Hyland on Open-Source

A whole lot.

Coder Radio
644: Bryan Hyland on Open-Source

I've created like a little like, what is it called?

Coder Radio
644: Bryan Hyland on Open-Source

The game where the aliens come down.

Coder Radio
644: Bryan Hyland on Open-Source

I can't remember the name of it right now.

Coder Radio
644: Bryan Hyland on Open-Source

Yeah, Space Invaders.

Coder Radio
644: Bryan Hyland on Open-Source

I made a little Space Invaders clone with it.

Coder Radio
644: Bryan Hyland on Open-Source

I've done some stuff just to learn about it because I am a...

Coder Radio
644: Bryan Hyland on Open-Source

I don't play games very often, but I love video games.