Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).

image

## 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_