kripken / BananaBread

BananaBread is a C++ 3D game engine that runs on the web using JavaScript+WebGL+HTML
1.37k stars 331 forks source link

live demo doesn't work anymore #64

Closed Jumpshawt closed 7 years ago

Jumpshawt commented 7 years ago

you cant find the game anymore unless you use the archive machine also when it did work a bit ago it was one of the first versions of the game

kripken commented 7 years ago

Thanks, I've updated the demo and forgot to fix the link. Fixed now (points to https://kripken.github.io/BananaBread/cube2/bb.html ).

kripken commented 7 years ago

I also made it use wasm. Perhaps we should also keep around an asm.js version?

fsvieira commented 7 years ago

On my browser there is a error:

Failed to load resource: the server responded with a status of 404 (Not Found)

Its trying to fetch https://kripken.github.io/BananaBread/cube2/game/gl-matrix.js.js And it probably should be https://kripken.github.io/BananaBread/cube2/game/gl-matrix.js

kripken commented 7 years ago

Thanks, fixed.