2024-08-30 16:08:26 +03:00
|
|
|
# Fractal renderer on Gtk#
|
2025-02-02 22:11:29 +03:00
|
|
|
Simple drawer for fractal trees on Gtk# library and Cairo OpenGL
|
2024-08-30 16:58:03 +03:00
|
|
|
|
|
|
|
# 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:
|
|
|
|

|
|
|
|

|
|
|
|

|
|
|
|

|