Simple 3d engine for rendering plots. Written in rust.
To run contour plot exaple cargo r --release --bin cubes
This example is powered by marching cubes algorithm.

To run terrain generation exaple cargo r --release --bin terrain
This example uses perlin noise to generate the terrain.

To run parametric plot exaple cargo r --release --bin parametric

