C++17 cross-platform Simuation Engine.
- Coming soon!
☺️
- Coming soon!
- GCC (libstdc++) 7
- Clang (libc++) 6
- MSVC (MSVC Standard Library) 19.14 (VS 2017 15.7)
- Apple Clang 10.0.0
git clone --recursive https://github.com/yasster/simulate.io.git
- After cloning, run
dev-build-all
script for the supported platforms.
dev-build-all.bat
./dev-build-all.sh
- cotire - (CMake module to speed up builds.) - MIT licensed.
- googletest - (Google's C++ testing framework) - Google.