Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coffee-cup/vraw
Programming langauge for drawing SVGs
https://github.com/coffee-cup/vraw
Last synced: 2 months ago
JSON representation
Programming langauge for drawing SVGs
- Host: GitHub
- URL: https://github.com/coffee-cup/vraw
- Owner: coffee-cup
- Created: 2019-06-28T00:01:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-06T19:51:43.000Z (over 1 year ago)
- Last Synced: 2024-04-09T11:26:07.572Z (10 months ago)
- Language: Rust
- Homepage: https://vraw.surge.sh/
- Size: 1.06 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# (v)ector d(raw)
A small programming language for drawing SVGs. You can create complex shapes by
composing together simple ones (such as circles and rectangles).## Getting Started
The vraw interpreter is written in Rust. There is also a web app that uses this
interpreter via WebAssembly to render the outputed SVG in realtime.After cloning
``` shell
cd www
yarn start
```Navigate to [localhost:8080](http://localhost:8080)
## Syntax
_TODO_