Skip to content

zsteinberg/3DGrapher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3D Equation Grapher

See it in action here!

What is it?

A webGL program to graph functions of the form f(x,y,z)=0 in interactive 3D! Made for a presentation and hosted here because others might find it useful. Fancy equation rendering included.

To use, mouse over the bottom part of the page and type in a function involving the variables x, y, z, and time. You need to enter multiplications with a *, but they'll be hidden in the fancy LaTeX-ed output once you stop editing.

Credits

Code adapted from threejs.org's marching cubes example. It's unpolished and unoptimized, but it graphs things in 3D well. Simulation resolution will automatically drop until 30FPS or greater is maintained. Math rendering done with MathQuill.

About

Render 3D implicit functions in a web browser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages