A C++ game engine inspired by Bevy (hence the name).
- ECS
- PBR
- IBL
- Keyboard & Mouse Input
- Audio
- Serialization
- Physics
- Editor GUI
- In-game GUI
- Editor
Make sure you have Git, a C++ compiler, and CMake installed and run the following commands:
git clone https://github.com/Pixels67/Flock.git
cd Flock
cmake -S . -B build/
cmake --build build/
