RayTracer
Ray tracer with phong lighting, reflections, refractions, normal mapping, procedural textures, super sampling, and depth of field. (by marczych)
rust-raytracer
An implementation of Peter Shirley's Ray Tracing in One Weekend. (by ranveeraggarwal)
RayTracer | rust-raytracer | |
---|---|---|
1 | 1 | |
183 | 116 | |
- | - | |
0.0 | 0.0 | |
over 1 year ago | over 3 years ago | |
Forth | Rust | |
Apache License 2.0 | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
RayTracer
Posts with mentions or reviews of RayTracer.
We have used some of these posts to build our list of alternatives
and similar projects.
rust-raytracer
Posts with mentions or reviews of rust-raytracer.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-01-22.
-
Rust Raytracer compiled to Webassembly to run live in browser
And this code is also based on the book, https://github.com/ranveeraggarwal/rust-raytracer
What are some alternatives?
When comparing RayTracer and rust-raytracer you can also consider the following projects:
cgl - CGL (C Game Library) is a multipurpose library mainly for recreational coding / demo scenes / prototyping / small games / experimentation.
the_raytracer_challenge_repl - A WebAssembly (WASM) based REPL interface for my Raytracer Challenge in Rust project
tinykaboom - A brief computer graphics / rendering course
tray_rust - A toy ray tracer in Rust
c-ray - c-ray is a small, simple path tracer written in C
gforth-raylib - Raylib 3.5 bindings for Gforth. The name is backwards for obvious reasons.
rs_pbrt - Rust crate to implement a counterpart to the PBRT book's (3rd edition) C++ code. See also https://www.rs-pbrt.org/about ...
tinyraytracer - A brief computer graphics / rendering course