# 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](https://github.com/user-attachments/assets/9c01bfc1-0bd8-44c8-8745-db7dc0ea79ef) ![image](https://github.com/user-attachments/assets/a0f4f916-9adb-4ef0-8143-d20ddf915a96) ![image](https://github.com/user-attachments/assets/352a6869-a508-4857-af2f-4eb1129d3471) ![image](https://github.com/user-attachments/assets/ed9f5422-aec4-4e26-a6cd-111d064f5208)