Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.23 KB

README.md

File metadata and controls

46 lines (32 loc) · 1.23 KB

rPainter

The goal of rPainter is to make something with the pixels.

First of all:

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

Preview 1

Commands

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

Run Programe:

_ 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

📝 License

This project is licensed under the MIT - see the LICENSE file for details.