Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 479 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 479 Bytes

MyPaint

Simple Paint Like App Written in C++ using Raylib and Dear ImGui :).

Demo:

demooo_compressed.mp4

Download

  • You can Download from the releases sections or here is a Direct Link

How To Build

git clone https://github.com/JustForCollege/MyPaint.git
cd MyPaint
mkdir build
cd build
cmake ..