A simple, extremely lightweight drawing application designed as an alternative to GIMP and Adobe Illustrator. This app focuses on ease of use, speed, and essential drawing features without unnecessary bloat.
- Layer-based system with stroke-based rendering
- Intuitive color selection with a Unity-style color wheel
- Extremely lightweight and fast
- Download the latest release.
- Unzip the release.
- Run the command 'xattr -d com.apple.quarantine DrawingApp' in the terminal to remove the quarantine attribute.
- Run the command 'chmod +x DrawingApp' in the terminal to make the application executable.
- Run
./DrawingAppto start the application.
- Download the source code.
- Run
makein the root directory (requires GNU make) - Run
./DrawingAppto start the application.