A pet project C++ game engine as a static library, built with CMake. Designed for cross-platform development with minimal dependencies.
- Cross-platform (Windows/Linux/macOS) *not tested yet
- Static library design for easy integration
- Submodules-included:
- GLFW for window/input
- GLM for math
- spdlog for logging
- Examples
- empty_example for now