Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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: quit

This 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.