Skip to content

darkeclipz/3d-l-systems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3D L-system renderer with THREE.js

Renders L-systems in 3D.

Click here to go to the renderer

Example 1: Plant

demo1

Example 2: Sierpinski

demo1

Ruleset

  • F : Forward.
  • X+ : Turn n-degrees in the x-axis.
  • X- : Turn negative n-degrees in the x-axis.
  • Also for Y and Z.
  • [ : Push the state.
  • ] : Pop the state.
  • A : Don't draw this.

About

3D L-Systems with THREE.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published