2D_Engine_C/TODO.md

676 B

What to do for the 2D Engine

Todo

  • Create tilemap management and display

    • Find tilemap building format
    • Add building support for tilemaps in asset builder
    • Add loading support in asset manager
    • Display tilemaps
      • Work on optimizations !
    • Create camera
  • Create entities management

    • Find entities building format
    • Add building support for entities in asset builder
    • Add loading support in asset manager
  • Change the way default values are defined across components and systems

    • Remove the need of a dummy texture

In progress

Done

  • Work on linked lists optimizations