0.0.13 • Published 3 years ago

@bvk/lsystem v0.0.13

Weekly downloads
-
License
MIT License
Repository
-
Last release
3 years ago

L-System

A work in progress node module (my very first), that generates L-Systems including all features from Algorithmic Beauty of Plants.

Scripts to get going

npm run start-parser: Runs the parser on a variety of inputs, showing outputs npm run start-lsystem: Runs the lsystem on a basic string, iterates it npm run test: Runs test with jest, parser only for now npm watch: Runs typescript (tsc) in watch mode.