Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/radvalentin/fractal-generator-actionscript3
Just a simple fractal generator I wrote in AS3 way back in college
https://github.com/radvalentin/fractal-generator-actionscript3
actionscript flash fractals mandelbrot
Last synced: 21 days ago
JSON representation
Just a simple fractal generator I wrote in AS3 way back in college
- Host: GitHub
- URL: https://github.com/radvalentin/fractal-generator-actionscript3
- Owner: RadValentin
- Created: 2014-01-25T09:17:01.000Z (almost 11 years ago)
- Default Branch: gh-pages
- Last Pushed: 2019-02-01T02:56:08.000Z (almost 6 years ago)
- Last Synced: 2024-11-15T17:40:54.640Z (about 2 months ago)
- Topics: actionscript, flash, fractals, mandelbrot
- Language: ActionScript
- Homepage: http://radvalentin.github.io/Fractal-Generator-ActionScript3/
- Size: 238 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fractal Generator ActionScript 3
_A simple fractal generator I made using AS3 (college project)_**Live version [here](http://radvalentin.github.io/Fractal-Generator-ActionScript3/)**
### Instructions
1. Click anywhere on the farctal image to zoom in
2. Use the right bar to set different drawing parameters and press **Draw** to render the fractal
3. Use the 3 bottom buttons to switch between fractal types
4. Ignore the **Zoom** button### Notes
- Fractal switching won't work in IE
- Code is uncommented, comments comming soon!
- Performance won't be lightning fast due to the way in which fractals are generated. If you know of any way to speed up the calculations or reduce the number of cycles without loosing image details, please contribute!