This is a playground for fractals.

@peter peter authored on 3 Oct 2019
.vscode Removed the server and switched to static file only. 4 years ago
public Added hexagonal base shape. 4 years ago
src Added hexagonal base shape. 4 years ago
.gitignore Added deployment script. 4 years ago
Example.svg Added example image. 5 years ago
README.md Adjusted readme. 4 years ago
package-lock.json Removed the server and switched to static file only. 4 years ago
package.json Removed the server and switched to static file only. 4 years ago
publish.sh Added deployment script. 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.