A WIP raytracing library, built in rust with Webassembly
An A-Frame component for placing raytraced surfaces in a scene.
Given a signed distance function and ray, trace a scene to find the first point of intersection.
A simple CPU-based ray tracer written in **vanilla JavaScript**, rendering directly to an HTML5 `<canvas>` element — no WebGL, no external libraries.
Raytracer from typescript samples, broken up into modules
quick and simple raytracer
A collection of glslify compatible distance field operations.
Octane benchmark for Node.js
GLSL SDF function for generating a sphere.
A collection of glslify compatible distance field operations.
Convenience module for GLSL raytracing that provides a turntable camera for your scene.
GLSL Distance Field Primitives
Get the normal vector of a position within a signed distance field.
Octane benchmark for Node.js
Explore infinite 3d worlds from the comfort of your terminal
WASM raytracer
Highly optimized javascript distance function for triangles
optimized signed distance function for rounded cones (aka lozenges with different-sized "ends")
Smooth minimum functions for GLSL
React port of JSC3D software 3D mesh renderer
A matrix log dependency utility. Useful for converting and testing algorithm behavior of CPU code to GPU code.
Ray tracing library using GPUs, CPUs, and FPGAs via CUDA, OpenCL, and oneAPI
Toy raytracer in Rust
This is Rust implementation of raytracer described in "Ray Tracing in One Weekend"
A simple, lightweight raytracing library
a multi-threaded raytracer in pure rust
This crate is reserved for the Bevy Engine project
Raytracing library built in rust
Cell Position Generator for RayBNN
Photon-Garden raytracer for creating artistic renderings
A small ray/pathtracer in Rust, inspired by Kevin Beason's educational 99-lines ray/pathtracer (http://www.kevinbeason.com/smallpt/)
Raytracer and rendering abstractions for the all-is-cubes voxel engine.
Free RayTracing software
Simple raytracer written in ruby. Can be used a CLI tool or library.
A simple pure ruby raytracer library
A raytracer written in Ruby. Part of the Raysetta project