Fractals Visualizer is a simple Golang application that generates and visualizes various fractal patterns. It provides a visually appealing representation of fractals, allowing users to explore the fascinating world of complex geometric shapes.
- Generate and display popular fractal patterns, such as the Levy Curve and the Dragon Curve
- Adjustable parameters to customize the appearance of the fractals.
- Fast and efficient rendering using Golang's capabilities.
The video is in 4x because Github don't support long videos
-
Ensure you have Golang installed. If not, download and install it from the official website: https://golang.org/
-
Clone this repository to your local machine:
git clone https://github.com/Andrebtk/FractalsWeb.git
- Change to the project directory:
cd FractalsWeb
- Build and run the application:
go run .
- Open your web browser and visit http://localhost:8080.