An open API service indexing awesome lists of open source software.

https://github.com/omimouni/minirt

This project is an introduction to the beautiful world of Raytracing.
https://github.com/omimouni/minirt

c low-level ray-tracing raytracer raytracing simple-game

Last synced: 2 months ago
JSON representation

This project is an introduction to the beautiful world of Raytracing.

Awesome Lists containing this project

README

        

# MiniRT - minimalist raytracer

[MiniRT](en.subject.pdf) is the 3rd project I had at 1337FIL, it's suppose to be an introduction to the beautiful world of graphics.\

# Build
after you install [Minilibx](https://harm-smits.github.io/42docs/libs/minilibx/getting_started.html)
on your system (MacOS and Linux) you can simply run the below command to run the project.
### linux
`make linux; ./miniRT [.rt] (--save)`

### MacOS
`make linux; ./miniRT [.rt] (--save)`

### cams.rt
![](screenshots/cams.png)

### room.rt
![](screenshots/room.png)

### deer.rt
![](screenshots/deer.png)

![Twitter Follow](https://img.shields.io/twitter/follow/oumar_mimouni?style=social)