BinomialLLC / basis_universal

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

WebGL live demo is down #171

Open jdarpinian opened 4 years ago

jdarpinian commented 4 years ago

https://basis-universal-webgl.now.sh/texture/ is returning a 404 error for me at the moment.

UebelAndre commented 4 years ago

This is down for me as well

juj commented 4 years ago

Observed the same today.

donmccurdy commented 4 years ago

The original demos were hosted on my Vercel account — I think I must have forgotten that they were referenced by this repository and deleted them when cleaning up old demos. Note that various other Basis Universal examples exist in projects like three.js...

... and more are likely to be added in the coming months. The texture demo (https://basis-universal-webgl.now.sh/texture/) was substantially similar to those. The glTF demo (https://basis-universal-webgl.now.sh/gltf/) is now outdated, given progress on the official glTF Basis Universal extension, KHR_texture_basisu. A demo using that extension will be on the three.js repository soon.

I realize not everyone is using three.js, of course, but I am not able to maintain additional live demos in this repository. If it's worthwhile for this repository to maintain hosted demos, and someone is willing to help set that up, perhaps these demos should be moved to GitHub Pages?

shrekshao commented 4 years ago

I can update the demos and reflect newest three.js change and glTF Basis Universal extension. @richgel999 are you okay with openning gh-page for master branch for the webgl/ folder?

richgel999 commented 4 years ago

Sure - what do I need to do?

shrekshao commented 4 years ago

https://docs.github.com/en/free-pro-team@latest/github/working-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site#choosing-a-publishing-source

We just need to host the demo so likely master branch and webgl folder.

I will make a pull request to change the link and later update the demo to fit current standards

gtk2k commented 3 years ago

When update?

mnordine commented 3 years ago

Still broke.

shrekshao commented 3 years ago

@richgel999 . Will you help take some time to setup gh page site for this repo? (instructions linked in https://github.com/BinomialLLC/basis_universal/issues/171#issuecomment-730628828)

kanerogers commented 3 years ago

Any update on this one?