Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amdjadouxx/raytracer
An Epitech project to implement raytracing in cpp
https://github.com/amdjadouxx/raytracer
epitech epitech-mathematics epitech-project epitech-survival-kit
Last synced: 2 months ago
JSON representation
An Epitech project to implement raytracing in cpp
- Host: GitHub
- URL: https://github.com/amdjadouxx/raytracer
- Owner: amdjadouxx
- Created: 2024-05-20T18:52:37.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-20T19:19:46.000Z (9 months ago)
- Last Synced: 2024-05-20T22:23:06.097Z (9 months ago)
- Topics: epitech, epitech-mathematics, epitech-project, epitech-survival-kit
- Language: HTML
- Homepage:
- Size: 4.02 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Raytracer
A raytracer is a 3D rendering algorithm that is significantly different from the rendering algorithms used in the video game industry. This rendering method, known as "ray tracing," works by calculating intersections and is very demanding in terms of computational power, making it unsuitable for real-time rendering. However, it allows for near photo-realistic rendering, making it the preferred method for special effects in movies, for example.
## Demo
## Usage/Examples
you can use the configurations files in the directory "scenes" to test this project
```bash
./raytracer scenes/scene2.cfg
```## Authors
- [@AxsOne](https://github.com/AxsOne)
- [@elhackordelamuerte](https://github.com/elhackordelamuerte)
- [@darkcat974](https://github.com/darkcat974)