grantranda / retorn

An OpenGL fractal renderer/explorer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Retorn

Retorn is a fractal renderer built with LWJGL that can generate interactive Mandelbrot and Julia set fractals. It features a GUI with adjustable rendering parameters, coloring algorithm selection (escape time and orbit trap), and a gradient editor to modify fractal colors and generate random color palettes.

Images

Julia Mandelbrot

       

Technology

Running

  1. Download Retorn.zip from the latest release.
  2. Extract the jar file and resources folder to the same directory.
  3. Run the application:
java -jar retorn-1.0.jar

Key Bindings

Command Key 1 Key 2
Drag LMB
Zoom In RMB Scroll Up
Zoom Out Shift + RMB Scroll Down
Toggle GUI F1

License

License: GPL v3

About

An OpenGL fractal renderer/explorer.

License:GNU General Public License v3.0


Languages

Language:Java 96.9%Language:GLSL 3.1%