This is a playground for fractals.

@peter peter authored on 13 Oct 2019
.vscode Removed the server and switched to static file only. 4 years ago
public Refactoring. 4 years ago
src Refactoring. 4 years ago
.gitignore Added a "hello world" with Elm. 4 years ago
Example.svg Added example image. 5 years ago
README.md Adjusted readme. 4 years ago
elm.json Built the Koch curve with Elm. 4 years ago
package-lock.json Added a "hello world" with Elm. 4 years ago
package.json Added a "hello world" with Elm. 4 years ago
publish.sh Built the Koch curve with Elm. 4 years ago
tsconfig.json Added webpack. 4 years ago
tslint.json Updated TypeScript and other dependencies. 4 years ago
webpack.config.js Added webpack. 4 years ago
README.md

Fractals

This is a playground for fractals. A live version is hosted at https://infinity.synoikos.de/fractals/

Image of current rendering.

Setup

Install typescript and tslint globally, if you haven't already.

npm install -g typescript tslint

Local dependencies:

npm install

Link to global typescript:

npm link typescript

Build

Compile TypeScript to JavaScript.

npm run build

Run

Open ./public/index.html in your favourite browser.