A 42 School Silicon Valley graphics project. Build a raytracing application able to render computer-generated images.
git clone https://github.com/Dorfnox/RTV1.git rtv1
Running 'make' in the directory will install all dependencies and create the executable, 'rtv1'.
make
In order to open the program, please run the following.
./rtv1 shapes/cylinder.shape
You can change shapes/cylinder.shape to any of the other shape files.
To see a list of program commands, run:
./rtv1 -h
Press the 'i' key in the application to bring up user controls.
Any shape in the scenes can be clicked on with the mouse, and manipulated using the controls.
And that's it! Enjoy!
- Minilibx - 42's own custom, minimal graphics library
- Brendan Pierce - Program creator - Brendan Pierce
This project is not licensed.
- Fellow coders at 42!