Inspired by this page.
Try it here.
Run locally (a browser opens on http://localhost:5173/ifs-editor/
):
yarn start
Run tests:
yarn test
Get test coverage by adding --coverage
.
- Intro to fractals
- Image Based Rendering of Iterated Function Systems Another algorithm to generate IFS's. The references also refers to more efficient methods to generate IFS. See here for more.
Would want to implement the ideas in this paper.
Nice pictures and explanations.
Larry Riddle's program.
Would be interesting to parse his IFS file format.
See this Julia set example.
Or perhaps AssemblyScript? Example here.
- Add animation on parameters (i.e. let a parameter animate from 0 to max value)
- Save nice fractals to image
- Support for other fractals than IFS
- Tighter UI (components are a bit big now, less clicking)
- Fractal-Inferno Implements the Flame algorithm in JS.
- py-fractal Fractals drawn in Python.
- glChAoS.P
- Iterated Function Systems - Ray Toal Lots of examples.