From 01d6d7a5dd5629a72078004c0eaeb729f031bd5b Mon Sep 17 00:00:00 2001 From: KoroLion Date: Thu, 18 Jun 2020 16:15:25 +0300 Subject: [PATCH] LICENSE and README.md --- LICENSE | 1 + README.md | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 LICENSE create mode 100644 README.md diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..7077324 --- /dev/null +++ b/LICENSE @@ -0,0 +1 @@ +(C) Artem K. All rights reserved. \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..0933c29 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +## Function imaging in Pascal + +This is an undergraduate course project of Artem K., written in Pascal, that allows you to create images of Multibrot sets, plot 2D functions and create images of simple geometric figures (circle, rectangle). + +#### How to run +Build project with **build.bat** then navigate to **build** folder and execute **gui.exe** + +#### Troubleshooting +- If gui does not accept mouse clicks - disable "Quick Edit Mode" in command line properties (right click on cmd window header) + +by Artem K.