Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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!