- v0.1 - Get build process working
- v0.2 - Clean up & abstract demo code
- v0.3 - Draw World to viewport
- v0.4 - Draw Meep to viewport
- v0.5 - Move Meep around viewport
- v0.6 - Draw multiple Meeps to viewport
- v0.7 - Meeps interact with World & other Meeps
- v0.8 - GUI customizes World & Meep settings on-the-fly
- v0.9 - Meeps carry out behavior autonomously
- v1.0 - World runs smoothly, Meeps carry out their respective behavior & interact with World and fellow Meeps in simple ways
- git submodule add -b docking https://github.com/ocornut/imgui.git dependencies/imgui
- git submodule add https://github.com/microsoft/vcpkg.git dependencies/vcpkg
- git submodule update --init --recursive
- Basic physics interactions
- GJK Algorithm for collision detection
- FetchContent Docs
- Build Custom Instrumentation
- STB Library
- https://github.com/Bogdanctx/Radar-Contact/tree/main
- https://github.com/St0wy/StowyPhysicsEngine
- https://github.com/ocornut/imgui
- Run setup script:
./setup.sh
(Unix) or./setup.bat
(Windows)