Skip to content

Latest commit

 

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Nanopaint

Very small ASCII paint that lets you paint characters with a brush on the screen.

Inspired by antirez/kilo

Logo image

Build with:

clang -O3 -Wall -Wextra -o nanopaint nanopaint.c
./nanopaint myart.txt

Usage:

  • 0-9 are colors (0=black 1=red 2=grn 3=yel 4=blu 5=mag 6=cyn 7=wht 8=brblk 9=brred)
  • Any character inserted (i.e. any keystroke) will set the active character.
  • click-drag and move the mouse to paint
  • CTRL+S to save

TODO:

  • Save to file even if it doesn't exist
  • Motions
  • Modularize a bit more

About

Pure C paint like program to paint ASCII with a brush

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages