Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alexey-sveshnikov/rt

Toy Ray Tracer
https://github.com/alexey-sveshnikov/rt

Last synced: 25 days ago
JSON representation

Toy Ray Tracer

Awesome Lists containing this project

README

        

# Toy Ray Tracer

This is a simple ray tracer project written mostly for educational purposes.

Built on top of [alexey-sveshnikov/es6-3d-primitives](https://github.com/alexey-sveshnikov/es6-3d-primitives).

It generates images like this:

![Hello World!](https://media.githubusercontent.com/media/alexey-sveshnikov/rt/master/screenshots/hello.png)

And this:

![Spiral](https://media.githubusercontent.com/media/alexey-sveshnikov/rt/master/screenshots/spiral.png)

Or this:

![Sphere](https://media.githubusercontent.com/media/alexey-sveshnikov/rt/master/screenshots/sphere.png)