Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ibara/cpaint
https://briancallahan.net/blog/20220220.html
https://github.com/ibara/cpaint
art bsd c console curses drawing freebsd linux ncurses netbsd obfuscated openbsd paint pixel-art terminal unix
Last synced: 3 months ago
JSON representation
https://briancallahan.net/blog/20220220.html
- Host: GitHub
- URL: https://github.com/ibara/cpaint
- Owner: ibara
- License: isc
- Created: 2022-02-20T22:32:47.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-05T02:59:44.000Z (about 1 year ago)
- Last Synced: 2024-10-03T12:45:03.022Z (4 months ago)
- Topics: art, bsd, c, console, curses, drawing, freebsd, linux, ncurses, netbsd, obfuscated, openbsd, paint, pixel-art, terminal, unix
- Language: C
- Homepage:
- Size: 2.93 KB
- Stars: 30
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
cpaint
======
A console painting program.Building
--------
Just run `make`. You'll need the `ncurses` library.Controls
--------
hjkl: move cursor
c: change color
f: fill
s: save
q: quitThis isn't C code!
------------------
That's a matter of interpretation, really.
See [this post](https://briancallahan.net/blog/20220220.html) for more.License
-------
ISC License. See `LICENSE` for more information.