An ecs asteroids prototype implemented using EnTT and Raylib.
This is a learning exercise to learn how to use EnTT and Raylib.
Still a work in progress, a lot of optimization needed.
- Pull the submodules:
git submodule update --init --recursive
- Build Raylib using
raylib.ps1
orraylib.sh
(depending on your platform). - Run premake:
premake5 gmake2
- Build:
make