Simple Paint Like App Written in C++ using Raylib and Dear ImGui :).
Demo:
demooo_compressed.mp4
- You can Download from the releases sections or here is a Direct Link
git clone https://github.com/JustForCollege/MyPaint.git
cd MyPaint
mkdir build
cd build
cmake ..