This program is to generate images using raytracing.
- Command Line Tools
- minilibx-linux
- gcc
- make
- X11 include files (package xorg)
- XShm extension (package libxext-dev)
- Utility funcrtions from BSD systems - development files (package libbsd-dev)
git clone --recursive https://github.com/tkomatsu/miniRayTracer
cd miniRT
make
Generate image in window
./miniRT <rt filepath>
Generate BMP file
./miniRT <rt filepath> --save
There are some sample files in scene
- Tatsuhiro Komatsu
This project is licensed under the MIT License - see the LICENSE.md file for details