Chipmunk2D-beef Chipmunk2D wrapper for the Beef Programming Language
- To initialize submodules run git submodule update --init --recursive
- Visual Studio 2019 Community/Professional (it can be built with other versions though, check build_windows_vs2019.cmd for more information)
- To build prerequisites run build_windows_vs2019.cmd
- To build prerequisites run ./build_macos.sh
- To build prerequisites run ./build_linux.sh (EXPERIMENTAL - tested just that it builds and links on Ubuntu 20.04 LTS with WSL2)
Open workspace and set Example as Startup project and Run! Example is the Tank example but running in console mode. MacOS/Linux can be built and run with provided VSCode project (expects Beef git clone in the same root folder as this project).
iOS and Android build scripts.