A web based 2D-tree creation application. Check it out at tree.sahnee.de!
- Create a tree from different tree types.
- Export the tree as an image and show off your awesome tree creation skills!
- Download the tree project file and continue building it on another computer.
- Save/cache the tree to your local storage.
- Full undo-redo support using a command pattern implementation.
This project was created as a class project to practice design pattern implementation. Actions such as adding a branch, changing the background, etc. are encapsulated into command classes that can be done and undone.
The UI is written in Vue.js and the application itself in Phaser 3. We use TypeScript as programming language.
Feel free to shoot issues and PRs at us. Just keep in mind that this was designed as a fun little side project without serious production usage in mind.