A little C++ Engine made for learning purposes. Inspired by TheCherno Hazel's Engine.
- Sympathic implementation of a Message Bus
- Application and Scene design pattern
- Batched Rendering of Quads, Triangle and Circles
- Orthographic Camera
- OpenGL / GLAD for rendering
- GLFW for window management
- GLM for maths
- EnTT for managing entities
- spdlog for logging
- stb for loading images