Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/orsinium-labs/svg-playground
Online playground for svg.py
https://github.com/orsinium-labs/svg-playground
go golang playground python svg svg-py vector-graphics wasm webassembly
Last synced: 2 months ago
JSON representation
Online playground for svg.py
- Host: GitHub
- URL: https://github.com/orsinium-labs/svg-playground
- Owner: orsinium-labs
- License: mit
- Created: 2022-09-19T09:01:44.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-27T08:03:08.000Z (over 2 years ago)
- Last Synced: 2024-06-21T17:05:33.927Z (7 months ago)
- Topics: go, golang, playground, python, svg, svg-py, vector-graphics, wasm, webassembly
- Language: Go
- Homepage: https://svg.orsinium.dev/
- Size: 22.5 KB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# svg.py
Online playground for [svg.py](https://github.com/orsinium-labs/svg.py), the best Python library for generating SVG files.
**Try it online:** [svg.orsinium.dev](https://svg.orsinium.dev/).
Use cases:
1. Try the library without installing it.
1. Fine-tune your art without switching back-and-forth between IDE and browser.Powered by [pyodide](https://github.com/iodide-project/pyodide) managed from [WASM](https://webassembly.org/)-compiled [Go](https://go.dev/) application using [GWeb](https://github.com/life4/gweb). All the code is ran on the client-side (in the browser).
## Running locally
You'll need [task](https://taskfile.dev/) and [go](https://go.dev/). When you do, simply run `task run` and go to [localhost:1337](http://localhost:1337/).