Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 595 Bytes

File metadata and controls

18 lines (16 loc) · 595 Bytes

This project is all about visualizations. It's target is to show that algorithms can be beautiful.

It is written in JavaScript (with some html and css) as a Electron application. For now it can also be viewed as a simple browser page, because I am not using any of system-related functions (for now).

What you can find inside:

  • Attractors
    • Clifford Attractor
    • Dejong Attractor
    • Martins Mapping
  • Fractals
    • Julia fractal
  • Maze generation
    • DFS graph traversal
    • Recursive division
  • Randomness
    • Random line
    • Random path
    • Drawing with randomness