A simple particle game, made for fun.
This project is a Work in progress (probably it will be forever).
Download a windows build from Here
- Download and install vcpkg. Then:
git clone <this project>
cd PointzAlive
mkdir build
cmake -DCMAKE_TOOLCHAIN_FILE=C:\Users\Thoma\dev\vcpkg\scripts\buildsystems\vcpkg.cmake ..
make
cd ..
When building is complete, to run it:
make run
The initial template for this repository was downloaded from Alberto Foti's excellent Imgui template