Blazor Gamedev  – part 11: improved assets loading

Blazor Gamedev – part 11: improved assets loading

Hi All! Welcome back to part 11 of our Blazor 2d Gamedev series. Today we’re going to refactor and improve the code responsible for loading assets. Last time we talked about Scene Graphs and how they can help us managing our Game Entities. We used the classic solar system example,...

4 minute read
Blazor GameDev – part 10: the Scene Graph

Blazor GameDev – part 10: the Scene Graph

Hi All! Here we go with part 10 of our Blazor 2d GameDev series. Today we’re going to talk about an extremely important tool that can greatly improve game entities management: the Scene Graph. This is an example, just to give you an idea of what is going to be...

3 minute read