Skip to content

Fractal geometry / CAD models using SDFs. (Signed Distance Functions)

License

Notifications You must be signed in to change notification settings

ngynkvn/go-fractals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Fractals!

Some renders I made based off fractal patterns.

I found out that GitHub has a built in STL viewer!! Check them here!

Usage

$ go run ./cmd/menger --help

Usage: menger.exe

Flags:
  -h, --help                   Show context-sensitive help.
      --iterations=3           The number of recursive calls to make when
                               generating.
      --mesh-cells=300         Number of MeshCells to use in rendering.
      --size=30                Size in mm of the requested geometry.
      --output="menger.stl"    Output path to write rendered geometry to.

About

Fractal geometry / CAD models using SDFs. (Signed Distance Functions)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages