BinomialLLC / basis_universal

Basis Universal GPU Texture Codec
Apache License 2.0
2.72k stars 267 forks source link

Publish npm package for basis trancoder #247

Open lilleyse opened 3 years ago

lilleyse commented 3 years ago

We recently integrated the basis transcoder in CesiumJS while adding support for KHR_texture_basisu. Everything is working great so far.

Now we're starting to pull all our third party libraries from npm and we would be very interested in an npm package for the basis transcoder. There's a package on npm node-basis-wrapper that isn't really usable for us since it ships with just the basisu windows executable and isn't maintained.

@richgel999 is this something you're be interested in? We would be happy to contribute if any code changes are required.

CC @pjcozzi @ebogo1

Related CesiumJS issues:

richgel999 commented 3 years ago

Yes, we're very interested in this. I investigated how to do it myself, but I have no experience creating npm packages. Any help would be awesome.

pjcozzi commented 3 years ago

@richgel999 very cool.

@ebogo1 @lilleyse let's do it! 🚀

notmike101 commented 1 year ago

Hey, wondering if there's any updates on this.