Skip to content

FredrikMeyer/ifs-editor

Repository files navigation

IFS Editor

codecov

Inspired by this page.

Try it here.

Illustration of IFS.

Usage

Run locally (a browser opens on https://localhost:5173/ifs-editor/):

yarn start

Run tests:

yarn test

Get test coverage by adding --coverage.

Resources

Colors

Fractals

Ideas / links

Fractal Flame Algorithm

Fractal Flame Algorithm

Would want to implement the ideas in this paper.

Larry Riddle's home page

Link

Nice pictures and explanations.

IFS Construction Kit

Larry Riddle's program.

Would be interesting to parse his IFS file format.

Use WASM + Rust for drawing to Canvas?

See this Julia set example.

Or perhaps AssemblyScript? Example here.

Java implementation

jonas-lj/IFS-Fractals

Fracal Exercises

TODOS

  • 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)

Similar Projects