2D rendering engine with ECS
Completed features:
- ECS System
- Animation system
- Events
- Unit tests
- ImGui integration
- Lua Scripting Support
- Lua level loading
Future features:
- Separation of engine and game code
- Editor
- Physics
- Sound
- More robust Lua scripting support
vcpkg install .
mkdir build && cd build
cmake ..
cmake --build .
cd build
./Engine2D