Silvergun is a lightweight cross-platform game engine written in C++17 using an ECS design.
- Build tools:
- A working C++ build environment with CMake
- Libraries:
- Allegro Game Library
- OpenGL (2d only)
Installation is handled by CMake.
Playable Demo: https://atomicsponge.github.io/slv-demo-01/slvdemo.html
Source Code: https://github.com/AtomicSponge/slv-demo-01