Skip to content

Latest commit

 

History

History
125 lines (86 loc) · 2.73 KB

rendering.md

File metadata and controls

125 lines (86 loc) · 2.73 KB

Rendering kernels

The following examples accept no input images as input. They generate the output image from scratch, based on the parameters given. Processing is performed in multiple web workers, as many as eight if your CPU has that many cores. The code of the demo app can be found here.

fractal-explorer

by Tom Beddard

Fractal explorer

Result
result

Live Demo | Source

landscape

by Tom Beddard

Landscape rendering using ray marching

Result
result

Live Demo | Source

mandelbulb

by Tom Beddard

Mandelbulb Fractal Ray Tracer - the full version

Result
result

Live Demo | Source

mandelbulb-quick

by Tom Beddard

Mandelbulb Fractal Ray Tracer - the quick version

Result
result

Live Demo | Source

newton-raphson

by Om Labs

Newton Raphson Fractals

Result
result

Live Demo | Source

plasma

by Mr.doob

Good old plasma effect

Result
result

Live Demo | Source

quaternion-julia

by Tom Beddard

Quaternion Julia Ray Tracer

Result
result

Live Demo | Source

raytracer

by Newgrounds

Pixel Blender Raytracing

Result
result

Live Demo | Source

rt-julia

by Der Schmale

Raytraces a Quaternion Julia set

Result
result

Live Demo | Source