Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/azeirah/l-systems-editor
An l-systems editor
https://github.com/azeirah/l-systems-editor
l-systems svelte
Last synced: about 1 month ago
JSON representation
An l-systems editor
- Host: GitHub
- URL: https://github.com/azeirah/l-systems-editor
- Owner: Azeirah
- Created: 2024-11-29T15:09:37.000Z (about 2 months ago)
- Default Branch: root
- Last Pushed: 2024-12-04T21:23:53.000Z (about 1 month ago)
- Last Synced: 2024-12-08T00:08:56.284Z (about 1 month ago)
- Topics: l-systems, svelte
- Language: Svelte
- Homepage: https://laura.fm/l-systems
- Size: 95.7 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# L-systems editor
:)
## Set-up
Development environment is managed with Nix.
Otherwise, make sure you have bun installed.```shell
nix develop
bun run dev
```