Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shysaur/paintthedesktop
MacPaint except all over your desktop
https://github.com/shysaur/paintthedesktop
drawing-app macos
Last synced: about 1 month ago
JSON representation
MacPaint except all over your desktop
- Host: GitHub
- URL: https://github.com/shysaur/paintthedesktop
- Owner: shysaur
- License: mit
- Created: 2020-06-11T23:16:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-04T21:09:19.000Z (12 months ago)
- Last Synced: 2024-01-05T16:53:59.227Z (12 months ago)
- Topics: drawing-app, macos
- Language: Objective-C
- Homepage:
- Size: 34.6 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PaintTheDesktop
### **[Download Here](https://github.com/shysaur/PaintTheDesktop/releases)**
## What is it?
**PaintTheDesktop** is a bitmap drawing program whose canvas is your Mac's screen.
Everything you draw will sit on top of anything else, exception made for PaintTheDesktop's own UI.
Each drawing is associated to a specific *screen*, so even if you switch spaces
the drawing will persist.PaintTheDesktop was made during the [COVID-19 pandemic](https://en.wikipedia.org/wiki/COVID-19_pandemic)
as a tool for use during remote teaching. In that context, it was used to draw notes
and graphs while writing code with a graphics tablet. Of course PaintTheDesktop can be used
however you want.PaintTheDesktop works on macOS 10.13 High Sierra up to macOS 14 Sonoma -- and potentially
other future macOS releases.## How to use it
Drawing mode is toggled using a button in the menu bar. Once in drawing
mode, the menu bar and the dock are the only system UI elements that are still
enabled. Even though other windows may appear as active, when in drawing mode
all mouse action is captured by PaintTheDesktop.Option-Click or Right-Click anywhere on the screen to enter the **ring menu** where you can
change:- The size of the tool (for some tools)
- The paint color of the tool (for some tools)
- The tool itself
The tools available are:- Pencil
- Eraser
- Rectangle
- Oval
- Rounded Rectangle
- Reset (erase the entire screen where you click)
You can also quit from the ring menu.
Alt-Click on the menu bar button to save or reload a drawing.