Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lisoveliy/fractaltreegtk

Drawer of fractal trees on Gtk# library
https://github.com/lisoveliy/fractaltreegtk

cairo fractal fractal-tree gtksharp render

Last synced: 27 days ago
JSON representation

Drawer of fractal trees on Gtk# library

Awesome Lists containing this project

README

        

# Fractal renderer on Gtk#
Drawer of 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)