/p5js-art

Primary LanguageJavaScript

L-Systems Renderer

Simple L-Systems Renderer. Check it out here.

l systems renderer screenshot

Development

Install

npm install
npm install webpack-dev-server webpack -g

Serve

To serve at http://localhost:8080/:

npm start

or

webpack-dev-server --inline  --content-base public/ 

Build

To compile HTML/CSS and JavaScript files for production (at public/lsystems):

npm run build

or

webpack --config webpack.config.js