Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samiamwork/Drip
OS X painting application
https://github.com/samiamwork/Drip
Last synced: about 1 month ago
JSON representation
OS X painting application
- Host: GitHub
- URL: https://github.com/samiamwork/Drip
- Owner: samiamwork
- Created: 2011-03-26T23:49:30.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-03-27T07:33:26.000Z (over 13 years ago)
- Last Synced: 2023-03-11T21:06:23.337Z (almost 2 years ago)
- Language: Objective-C
- Homepage:
- Size: 1.44 MB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Drip is a simple drawing/painting application for OS X. The focus is on
drawing and as such, it makes a terrible image editor aside from simple
things like drawing mustasches on people (think Painter and not Photoshop).At the moment it has support for layers, blend modes, recording/playback
(including playing back your drawings into a video) and undo/redo. There
is at the moment only one brush with a number of options and an eraser.I've written it with the intention of adding network collaboration but
haven't written the code yet (check for Drop in the Mac App Store to see
my proof-of-concept). It certainly would make things simpler if I could
assume only one user.