Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-01-05T02:21:37.000Z (almost 8 years ago)
- Last Synced: 2024-10-14T10:58:51.475Z (2 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 [![Build Status](https://travis-ci.org/FelixMcFelix/sketch-lang-js.svg?branch=master)](https://travis-ci.org/FelixMcFelix/sketch-lang-js) [![Code Climate](https://codeclimate.com/github/FelixMcFelix/laughing-ironman/badges/gpa.svg)](https://codeclimate.com/github/FelixMcFelix/laughing-ironman) [![Test Coverage](https://codeclimate.com/github/FelixMcFelix/laughing-ironman/badges/coverage.svg)](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/