Update README.md

This commit is contained in:
Saveliy Savenak 2024-08-30 16:58:03 +03:00 committed by GitHub
parent 4e18d216e6
commit 56279da4a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1 +1,19 @@
# Fractal renderer on Gtk#
Generator of fractal trees on Gtk#
# 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)