https://github.com/felixmcfelix/sketch-lang-js
A web-based module for rendering graphics written in an experimental language.
https://github.com/felixmcfelix/sketch-lang-js
Last synced: 4 months ago
JSON representation
A web-based module for rendering graphics written in an experimental language.
- Host: GitHub
- URL: https://github.com/felixmcfelix/sketch-lang-js
- Owner: FelixMcFelix
- License: wtfpl
- Created: 2015-01-24T00:12:33.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-01-05T02:21:37.000Z (over 8 years ago)
- Last Synced: 2025-01-24T02:54:56.560Z (6 months ago)
- Language: JavaScript
- Size: 8.88 MB
- Stars: 3
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-earcut
Awesome Lists containing this project
README
# Sketch [](https://travis-ci.org/FelixMcFelix/sketch-lang-js) [](https://codeclimate.com/github/FelixMcFelix/laughing-ironman) [](https://codeclimate.com/github/FelixMcFelix/laughing-ironman)
A web-based module for rendering graphics written Sketch, a Swift-like language.
## Demo Video
Located at https://youtu.be/AgHy5J5WHLM.## Compiling
In the base directory, type:
```sh
$ npm install -g gulp
$ npm install
```and then:
```sh
$ gulp
```and the project should build automatically. This produces a "main.js" file for now, which acts as the module to be embedded.
Demo: https://mcfelix.me/proj-pages/sketch/