Simple C++ Freeform Gradient Generator. Made using SFML, GLSL and Dear ImGui.
2022-09-21.12-22-53.mp4
To build the project, just do:
mkdir build
cd build
cmake <path_to_cloned_repo>
cmake --build .
./src/imgui-sfml-example # or .\src\Debug\imgui-sfml-example.exe if you're on Windows