This is a graphing calculator, which can draw generic or custom functions.
This application is currently in an alpha state.
- CMake 3.20+
- C++ 20 MSVC/GCC
- OpenGL
- Wayland
- X11
mkdir build
cd build
cmake ..
cmake --build . --config Release
bin\Release\KubVcApp.exemkdir build && cd build
cmake ..
make
cd bin && ./KubVcApp

