Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ArdeshirV authored Aug 2, 2023
1 parent 526c0f6 commit e6ab2d2
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
# FractalX
### FractalX demonstrates 3 simple fractals: the Sierpinski triangle, snow, and a tree.

## Description:
FractalX was developed around 2002 in MSVC++ with MFC when I was a student in high school. This application was developed in Visual C++ with MFC libraries in approximately 2002 and has undergone very few changes since then, except for copyright and the license information because I had never shared the source code before. The source code of FractalX is still one of the best examples of using OOP (Object-Oriented Programming) in C++. I used polymorphism with MFC dialogs, which was a magical art of programming. I developed the FractalX project during a weekend when I was a high school student. I won the 3rd position in the [Khwarizmi Award](https://en.wikipedia.org/wiki/Khwarizmi_International_Award) in Tehran, Iran with this project. The [Khwarizmi Award](https://en.wikipedia.org/wiki/Khwarizmi_International_Award) is the most important technical award in Iran. It's quite amusing that they ignored my most important project that was about visual calculation in 3D space. Perhaps they didn't believe that the application was developed by a young student!

## Download
You can download the latest release of FractalX [here](https://github.com/ArdeshirV/FractalX/releases).

<h3>FractalX demonstrates 3 simple fractals: Sierpinski triangle, snow and tree.</h3>
<h2>The FractalX developed about 2002 in MSVC++ with MFC when I was a studend in high school.</h2>
<p>This application is developed in Visual C++ with MFC libraries about 2002 with very few changes until now except about copyright because I didn't share the source code never before.
The source code of FractalX is still one of the best kind of using OOP(Object Oriented Programming) who have ever seen.
I used polymorphism with MFC dialogs that was magical art of programming.
I developed the FractalX project when I was a student in high school in a weekend.
I wone the 3rd position of Khaarazmy award in Tehran state of Iran by this project when I was a student in school. <a target="_blank" href="https://en.wikipedia.org/wiki/Khwarizmi_International_Award">Khwarizmi Award</a> is the most important technical award in Iran.
It's very funny that they ignored my most important project in <a target="_blank" href="https://en.wikipedia.org/wiki/Khwarizmi_International_Award">Khwarizmi festival</a> because they couldn't understand it at all and maybe they didn't believe that application was developed by a little student. I had been developed that main project: "3DVector" during one year with C#, VB.net and Delphi. I will upload it later.</p>
<h4>You can download the latest release of FractalX <a target="_blank" href="https://github.com/ArdeshirV/FractalX/releases">here</a></h4><br/>
<p>FractalSDI version 4.0<br/>
<img alt="" src="https://raw.githubusercontent.com/ArdeshirV/FractalX/master/img/FractalSDIv4.png"></p>
<br/>
Expand Down

0 comments on commit e6ab2d2

Please sign in to comment.