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

https://github.com/alex-stone-github/rustray

A raymarching demo written in rust.
https://github.com/alex-stone-github/rustray

Last synced: about 1 year ago
JSON representation

A raymarching demo written in rust.

Awesome Lists containing this project

README

          

# rustray
A raymarching demo written in rust.

## background
I had previously created a raytracer in C++, I figured that
I could create a better one using rust.