Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/topaz1008/win-ray
A simple raytracer in C++
https://github.com/topaz1008/win-ray
Last synced: 3 months ago
JSON representation
A simple raytracer in C++
- Host: GitHub
- URL: https://github.com/topaz1008/win-ray
- Owner: topaz1008
- Created: 2016-04-15T12:36:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-04-15T15:17:42.000Z (over 8 years ago)
- Last Synced: 2024-10-10T01:27:23.630Z (3 months ago)
- Language: C++
- Homepage:
- Size: 35.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
win-ray
=============================A simple raytracer written in C++.
### Features
* Spheres, Planes, materials, lights, shadows and reflections
* Scene configuration files (INI)
* Supports Lambert diffuse and Blinn-Phong specular color
* Multi threaded (rendering is done on a separate thread to keep the window responsive)
* Parallel rendering loop with OpenMP.
* Super sampling with a variable grid size.
* sRGB
* A Camera with perspective projection and exponential exposure control
* Save images to a Targa (TGA) file### Building
You will need Visual Studio 2013+
### Binary
A pre-built version is in the `Build` folder.