w3reality / bs-three

BuckleScript binding for three.js
MIT License
10 stars 1 forks source link

Example #1

Open ezekielchentnik opened 6 years ago

ezekielchentnik commented 6 years ago

Do you have an example? I want to take this for a spin, it would be nice to have a rudimentary example. Por Favor

digitake commented 6 years ago

I added webpack-dev-server for a quick and easy spin up. Look at readme on how to run it. Example code resided in src/main.ml. This code hasn't been updated for quite a while. I just updated to bs-platform 4.0.5.

Feel free to drop any suggestion.

Jopie64 commented 4 years ago

I was looking for reason/bucklescript bindings for three.js and ran across this repo. Trying to use it in a toy project. But how am I supposed to use it? Is there an npm package or should I copy the bindings in my own project?