Requires CMake 3.14+, a modern C++20 compiler and OpenGL 1.1 support. Tested on MSVC v143 on Windows 11 and g++ 10.3, g++ 12.2, Clang 14 and Clang 15 on Ubuntu 22.10.
- Clone this repository:
git clone https://github.com/francescozoccheddu/refinement-schemes-editor.git
cd refinement-schemes-editor
- Generate the build system:
mkdir out
cd out
cmake ..
- Build:
cmake --build .
-
Run the
main
executable. -
Enjoy! 😉