A simple boids implementation using EnTT and Raylib.
This is still a work in progress, but the basic functionality is there. This is a learning exercise to learn how to use EnTT and Raylib.
- Pull the submodules:
git submodule update --init --recursive - Build Raylib using
raylib.ps1orraylib.sh(depending on your platform). - Run premake:
premake5 gmake2 - Build:
make

