From 56279da4a68f87a88ba816931620871ec2c2d057 Mon Sep 17 00:00:00 2001 From: Saveliy Savenak <56991906+Lisoveliy@users.noreply.github.com> Date: Fri, 30 Aug 2024 16:58:03 +0300 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index cd6b200..5532613 100644 --- a/README.md +++ b/README.md @@ -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)