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

https://github.com/w3reality/bs-three

BuckleScript binding for three.js
https://github.com/w3reality/bs-three

bucklescript ocaml reasonml three threejs

Last synced: 10 months ago
JSON representation

BuckleScript binding for three.js

Awesome Lists containing this project

README

          

# To install and run a quick demo

```
npm install
npm run dev
```

# Build a javascript bundle
```
npm run build
```

# Watch and dev on OCaml/ReasonML(BuckleScript)

```
npm run watch
```