Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

Logo du projet
Logo du projet
Logo du projet
Logo du projet

## 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)