Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 276 Bytes

File metadata and controls

11 lines (9 loc) · 276 Bytes

about

very simple paint clone written in C++ with SFML and TGUI.

screenshot

Screenshot

compiling

cmake -S . -B build -G Ninja && cmake --build build

cmake will yell if you're missing some dependencies. you don't need ninja.