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.
- Host: GitHub
- URL: https://github.com/omimouni/minirt
- Owner: omimouni
- Created: 2020-02-28T20:18:11.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-21T20:27:43.000Z (about 4 years ago)
- Last Synced: 2024-01-29T23:46:30.850Z (over 1 year ago)
- Topics: c, low-level, ray-tracing, raytracer, raytracing, simple-game
- Language: C
- Homepage: https://github.com/omimouni/miniRT
- Size: 26.2 MB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
### room.rt
### deer.rt
