Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 754 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 754 Bytes

frax

a realtime Julia fractals explorer made with Go and OpenGL

screenshot from frax

Building

go build
./frax

You will need OpenGL and GLFW installed.

You might need to specify the C compiler/linker flags to help go find them ; for example:

export CGO_CFLAGS='-I/usr/local/include'
export CGO_LDLAGS='-L/usr/local/lib'
go build

For more informations, please refer to the Go binding libraries: go-gl/gl and go-gl/glfw

How-to

Use the mouse to naviage, and the Up/Down arrows to change the contrast.

Note: the higher the contrast, the higher the number of iterations used for the escape analysis, which means an higher load on your GPU.