Skip to content

stretchmaniac/kovals-3d-grapher-5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

kovals-3d-grapher-5

A 2D Manifold With Boundary

Koval's 3D Grapher is a voxel-based, implicit surface and volume plotter in 3D targeted at webgl2.

Triangles embedded in 3D are not well suited for representing sets with "dimension" not equal to two. Furthermore, automatic and efficient triangulation is a significant challenge for a 3D plotter, especially in guaranteed-fail conditions like z = sin(1/x). For this version, we render our plot as binary (i.e. on/off) voxels in a 1024 x 1024 x 1024 grid.

The goal is to produce publication-quality renders of surfaces and volumes in the browser.

Koval's 3D grapher 5 is currently live here: https://alankoval.com/3dgrapher/src/index.html.

About

A voxel-based implicit function plotter in 3D

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published