All Projects → bsansouci → rewitness

bsansouci / rewitness

Licence: other
No description, website, or topics provided.

Programming Languages

ocaml
1615 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects
HTML
75241 projects

ReWitness

Build Status

rewitness-gif mov

Graphical example project using Reason as an npm dependency. Build to JS, native or bytecode.

Get Started

Install:

git clone https://github.com/bsansouci/rewitness.git
cd rewitness
npm install

You can also use yarn.

Then play with the JS version:

npm run build:js
npm run start:js

Or the native version:

npm run build:native
npm run start:native

Or the bytecode version:

npm run build
npm run start
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].