Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ikskuh/lylios
A small pathtracer, nothing special really
https://github.com/ikskuh/lylios
Last synced: about 1 month ago
JSON representation
A small pathtracer, nothing special really
- Host: GitHub
- URL: https://github.com/ikskuh/lylios
- Owner: ikskuh
- License: mit
- Created: 2015-03-08T11:29:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-03-08T11:34:09.000Z (over 9 years ago)
- Last Synced: 2024-05-17T11:43:05.527Z (6 months ago)
- Language: C++
- Size: 145 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lylios
A small pathtracer, nothing special reallyLylios was written in 2 days just for me to refresh my
skills in writing ray tracing renderers.
It does not feature a lot of stuff but the basics are implement:
- Flat Scene List
- Support for multiple types of geometry
- Diffuse and mirror reflections