Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lisoveliy/fractaltreegtk
- Owner: Lisoveliy
- Created: 2023-01-02T16:08:46.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-23T13:12:40.000Z (29 days ago)
- Last Synced: 2024-11-23T14:22:43.156Z (29 days ago)
- Topics: cairo, fractal, fractal-tree, gtksharp, render
- Language: C#
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)