University math exercise with ImGui frontend for Linux.
Last tested on EndavourOS 6.8.9-arch1-2
opengl
glfw
cmake
make
orninja
- c++20 compiler, e.g.
gcc
- Clone repository and submodules
git clone https://github.com/JohannesProgrammiert/hm2-exercise-imgui.git
cd hm2-exercise-imgui
git submodule update --init --recursive
- Build
For example, make
or ninja
may be used:
mkdir build
cd build
cmake -GNinja -DCMAKE_EXPORT_COMPILE_COMMANDS=ON ..
ninja
mkdir build
cd build
cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=ON ..
make
- Run
The executable is in directory build
:
./build/plottings