Template WIP

Getting my template prepared:

  • Uses Raylib, compiling for web
  • Imgui added, in case I need it

  • Used a God of Thunder sprite to test sprite animation, because obviously I have those handy :)

    • See this thing I made: https://www.youtube.com/watch?v=GfOji84fZwY
  • Adding animated tiles to the baylej's tmx library

    • Original code: https://github.com/baylej/tmx
    • See my fork here: https://github.com/mattj1/tmx/tree/new_features
  • Added animated tile rendering to RobLoach's Raylib tiled rendering code

    • Original code: https://github.com/RobLoach/raylib-tmx
    • See my fork here: https://github.com/mattj1/raylib-tmx/tree/new-features

Screen Shot 2021-09-27 at 5.18.10 PM.png