Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 857 Bytes

File metadata and controls

19 lines (15 loc) · 857 Bytes

Fractal renderer on Gtk#

Simple drawer for fractal trees on Gtk# library and Cairo OpenGL

How to use:

  • Run program with dotnet run on FractalTreeGtk directory.
  • Manipulate fractal with keymaps:
    • 'R' - Regenerate fractal
    • '-' - Decrease levels of fractal
    • '+' - Increase levels of fractal
    • 'Alt+F4' - Exit program

Program has random generation of length, delta of length reduction and the angle of the branch. You can use it by regenerating fractal

Screenshots:

image image image image