2024-08-30 16:59:17 +03:00
2024-08-30 16:48:26 +03:00
2024-08-30 16:59:17 +03:00

Fractal renderer on Gtk#

Drawer of fractal trees on Gtk# library

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

Description
Simple drawer for fractal trees on Gtk# library
Readme 52 KiB
2024-08-30 15:59:17 +02:00
Languages
C# 100%