Skip to content

Go Library for Generating Fractals of different types

Notifications You must be signed in to change notification settings

jwelch1324/gofractal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A 2D Fractal Renderer written in Go

A small project to procedurally generate Julia sets of the mandelbrot fractal

Running

go build ./cmd/julia
./julia

Keyboard Controls

  • [ and ] keys will change the power
  • o will toggle display of the currently rendered fractal
  • i will invert the color space
  • c will change the color pallete used to render
  • 'f' will freeze the parameter change from being rendered (useful if you want to make a large parameter change without rendering each step)
  • esc or q will close the program

Examples of outputs

image

image

image

About

Go Library for Generating Fractals of different types

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages