Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakubschwenkbeck/mandelbrot
Simulating a Mandelbrot set in Haskell using the Threepenny framework, HTML and CSS for the browser
https://github.com/jakubschwenkbeck/mandelbrot
Last synced: 7 days ago
JSON representation
Simulating a Mandelbrot set in Haskell using the Threepenny framework, HTML and CSS for the browser
- Host: GitHub
- URL: https://github.com/jakubschwenkbeck/mandelbrot
- Owner: JakubSchwenkbeck
- License: mit
- Created: 2024-08-03T12:36:27.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-08T00:18:43.000Z (3 months ago)
- Last Synced: 2024-08-08T13:33:44.596Z (3 months ago)
- Language: Haskell
- Homepage:
- Size: 246 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Mandelbrot
Creating a **Mandelbrot** set Image in the Webbrowser and as a PNG using **Haskell**.The **Local server** which hosts the Display enables a zoom function which zooms into the **generated Simulation** and creates and stores a PNG File from the zoom.
You can view the documentation as a website [here](https://jakubschwenkbeck.github.io/Mandelbrot-Doc/)
# Example Simulation:
![start1](https://github.com/user-attachments/assets/8ef76a7b-6550-4786-8cdd-da231742e157)