The goal of rPainter
is to make something with the pixels.
This project is written in c
using mini-libx
Library,
This old library has a little builtin-funcs that's can make my project show on the graphics
KEY | Action |
---|---|
SCROLL UP |
zoom in |
SCROLL DOWN |
zoum out |
CNTRL+SCROLL UP |
increase brush size |
CNTRL+SCROLL DOWN |
decrease brush size |
CNTRL+MOUSE RIGHT CLICK |
displacement |
F |
change from brush to flood |
B |
change from flood to brush |
_ if you'ar a 42-student :
cd /Users/$USER/goinfre ; git clone https://github.com/ael-bekk/rPainter.git
cd rPainter ; make ; ./Editor
_ if not :
git clone https://github.com/ael-bekk/rPainter.git
cd rPainter ; make ; ./Editor
This project is licensed under the MIT - see the LICENSE file for details.