Maksim2498 / l-system

Fractal rendering web-app based on L-systems (this is just a mirror of https://hub.mos.ru/fominmv2498/l-system)

Home Page:https://l-system.fominmv.ru

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

L-System

Table of Contents

About

This is mini web-app for rendering fractals with use of L-system.

Try

You can try it here

Building

For building you will need a Node.js.

After the installation of Node.js, first of all, set your current working directory to the root of this repository. After it, install all dependencies with the following command:

npm i -D

And after it, if no errors were emitted, build web-app with the following command:

npm run build

If no errors were emitted, you must have a built web-app in the ./dist/ folder.

Running

For running you will need a Node.js.

After the installation of Node.js, first of all, set your current working directory to the root of this repository. After it, install all dependencies with the following command:

npm i -D

And after it, if no errors were emitted, you can run web-app with the following command:

npm start

If no errors were emitted, a browser must open with running web-app. If browser didn't open automatically try to open this page.

Gallery

Harter-Haythaway's Dragon

Harter-Haythaway's Dragon

Serpinsky Carpet

Serpinsky Carpet

Hilbert Curve Filling the Plane

Hilbert Curve Filling the Plane

Gosper Curve Filling the Plane

Gosper Curve Filling the Plane

The Serpinsky Curve Filling the Plane

The Serpinsky Curve Filling the Plane

Bush

Bush

Hagerty Mosaic

Hagerty Mosaic

Island

Island

Snowflake

Snowflake

Koch's Snowflake

Koch's Snowflake

The Peano Curve

The Peano Curve

Weed

Weed

Flower

Flower

Chain

Chain

About

Fractal rendering web-app based on L-systems (this is just a mirror of https://hub.mos.ru/fominmv2498/l-system)

https://l-system.fominmv.ru

License:MIT License


Languages

Language:TypeScript 92.0%Language:HTML 4.3%Language:CSS 3.7%