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.
- Host: GitHub
- URL: https://github.com/alex-stone-github/rustray
- Owner: Alex-Stone-Github
- Created: 2022-09-16T02:46:50.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-18T19:25:54.000Z (over 3 years ago)
- Last Synced: 2025-02-02T14:38:01.003Z (over 1 year ago)
- Language: Rust
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.