https://github.com/ruuda/luculentus
Proof of concept spectral path tracer
https://github.com/ruuda/luculentus
Last synced: 9 months ago
JSON representation
Proof of concept spectral path tracer
- Host: GitHub
- URL: https://github.com/ruuda/luculentus
- Owner: ruuda
- License: gpl-3.0
- Created: 2012-11-24T18:41:08.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-10-19T23:11:37.000Z (over 11 years ago)
- Last Synced: 2025-06-20T15:07:54.624Z (12 months ago)
- Language: C++
- Homepage:
- Size: 632 KB
- Stars: 47
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: copying
Awesome Lists containing this project
README
Luculentus
==========
From the Latin ‘luculentus’, meaning ‘bright’, ‘shining’, ‘impressive’,
‘gorgeous’. Proof of concept spectral path tracer, released under the
[GNU General Public License](https://www.gnu.org/licenses/gpl.html).
Luculentus traces rays at different wavelengths, giving it the ability
to simulate effects like dispersion and chromatic aberration. It was
written with code clarity as the primary goal; it is not optimised for
speed, although it is multithreaded.