Made with <3 by mateus.digital
Simple Tree is a creative experience using L-System trees.
You can check it live here.
As usual, you are very welcomed to share and hack it.
git clone https://github.com/mateusdigital/demo-simple-tree
cd simple-tree
./build-clean.ps1 ## Cleans temporary directories (_build, _dist, _out) to reset the project state.
./build-demo.ps1 ## Builds the web demo, updates version info, and prepares files.
./build-project-web-page.ps1 ## Copies the web release build to the ./_out directory for deployment.
./generate-release-zip.ps1 ## Packages builds into versioned ZIP archives in ./_dist.
./deploy-project-web-page.ps1 ## Deploys the web page to a remote server using rsync.
## All above are available as targets for npm run ...
Just open the index.html
This software is released under GPLv3.
- Email: hello@mateus.digital
- Website: https://mateus.digital
- Itch.io: https://mateusdigital.itch.io
- Linkedin: https://www.linkedin.com/in/mateusdigital
- Twitter: https://www.twitter.com/_mateusdigital
- Youtube: https://www.youtube.com/@_mateusdigital
There's more FLOSS things at mateus.digital :)