https://github.com/ivanperez-keera/demos-hacknotts2015
A finger painting program in Haskell using leapmotion
https://github.com/ivanperez-keera/demos-hacknotts2015
Last synced: 7 months ago
JSON representation
A finger painting program in Haskell using leapmotion
- Host: GitHub
- URL: https://github.com/ivanperez-keera/demos-hacknotts2015
- Owner: ivanperez-keera
- License: other
- Created: 2015-11-29T10:36:55.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-23T10:44:50.000Z (about 9 years ago)
- Last Synced: 2025-03-26T06:34:36.181Z (7 months ago)
- Language: Haskell
- Homepage:
- Size: 10.7 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## LeapMotion paint program in Haskell.
Use the keys a/z/s/x/d/c/f/v to change the foreground color,
q/w/e to change the tool, r to add drops, and g/b to rotate the pictures,
h/n for psychedelic rotation, t for kaleidoscope mirroring,
i to clear the surface and p to share the picture on twitter
(needs some OAUTH and Twitter app env variables, see
[Twitter Conduit](https://github.com/himura/twitter-conduit)
for instructions).