manyoo / ghcjs-three

GHCJS binding for three.js
BSD 3-Clause "New" or "Revised" License
10 stars 7 forks source link

three.js miso example #3

Open dmjio opened 7 years ago

dmjio commented 7 years ago

@manyoo hello :)

I'd like to use the bindings in this library to create an example on https://github.com/dmjio/miso. I see that the code is a few versions behind (75, and HEAD of three.js is on 86). Was wondering if there had been any large changes to three.js that would disallow us to use version 86 with these bindings.

dmjio commented 7 years ago

friendly ping @manyoo :)

manyoo commented 7 years ago

Sorry, I didn't notice the last message. I'm glad that you find this library useful. This library is created due to internal usage in a larger project. In order to make better optimization for that project, I've disabled the js-source and didn't update the js/three.js file for a long time. I'm using this package as a wrapper only and add the threejs file in that project directly. And I think I’ve been using v82 for a long time now. So I guess it should work for v86 without many problems. I only added bindings for the APIs I used in that project. So it's not complete. You're free to update the js file add bindings as you need.