Coder Social home page Coder Social logo

fractally's Introduction

Welcome to fractally!

Fractally aims to house a collection of cool-looking fractals generated using code. Currently, the work is done in p5.js and will be so for the near future. Use the index below to browse to different fractal generators.

(P.S. - If you're viewing this on a mobile, landscape orientations work better! So turn on auto-rotate if this is the case, and refresh the browser!)

  • Employs the 'Chaos Game' algorithm. Pin your own points on the canvas, play with the settings and see a fractal in the making! Since these fractals are generated by random numbers, it might take time to generate one.

fractally's People

Contributors

amzon-ex avatar

Watchers

Saptarshi avatar  avatar

fractally's Issues

fractalpoly sketch fails to load for sides > 3

The fractalpoly.html file fails to load most of the time for sides > 3. With the setting sides = 3, the HTML loads successfully each time.
The reason for this seems to be an infinite while loop at line 67 in fractalpoly/sketch.js of commit 333ffff. Whereas at instances this loop runs only a few times, in other cases it keep running forever (even ~1M times!) without being able to find a suitable random number.
This is verified by checking output of console.log("Here1") (line 27) in the Developer Console of both Chrome (v80.0.3987.132, Windows 64-bit) and Firefox (v73.0.1, Ubuntu 18.04.10 LTS).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.