VRPG Day 2

Victor Melo - Oct 27 - - Dev Community

Since last post, I did the following:

  • Learned more about Entity Component System (ECS) to implement it properly.
  • Switched to Bevy engine
  • Focused on implementing an initial map system. For now it should render a static tile map.
  • For tiles map, decided to use bevy_ecs_tilemap.

Image description

. . .