A simple but cute terminal program that uses the Unicode Braille Dots characters.
This is a terminal paint program that has the main simplified features of a paint program, but for the terminal, it uses the increased terminal resolution provided by the unicode Braille dot character and it's sub decomposition.
You can use it even over SSH :-)
- Paint brush movement with cursors, keypad, and mouse.
- Draw and erasure with mouse.
- Tools:
- Free line
- Line
- Rectangule
- Filled rectangule
- Ellipse
- Filled Ellipse
- Text, with support for Backspace
- Multiple brush sizes
- Multiple colors
- Save and Load with support for .PPM and .BMP image formats.
- Undo and redo.
- Help menu with keybindings.
Note: In the Odin compiler dir the vendors/stb src for the
stb image has to be also compilled, by executing make
on Linux.
make
./opaint
MIT Open Source license
Best regards,
Joao Carvalho

