Bop_Engine

Bop_Engine is my first 2D C++ engine, based of SDL2, it include basic features like:

  • ECS
  • Collision detection (AABB)
  • Vectors
  • Keyboard controls
  • Sprite animation
  • Camera movement
  • Tile system
  • UI
  • Audio

The engine come with a simple demo that showcase a lot of the features stated above, and 2 player controls._

Share