schteppe / cannon.js

A lightweight 3D physics engine written in JavaScript.

Home Page:http://schteppe.github.com/cannon.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Documentation css just fucked up

marcofugaro opened this issue · comments

Now the menu on the left is fullscreen, it used to be just on the left

https://schteppe.github.io/cannon.js/docs/

Screenshot 2020-02-10 at 12 11 18

Bunch of errors in the console.
Cannon is slowly disintegrating. Piece by piece. First the documentation, then collision detection will stop working. 😄

it works under http:// only

http://schteppe.github.io/cannon.js/docs/classes/World.html

both the css and yui.js are being loaded without http:// and the browser refuses to, when page is under secure protocol

here are the blocked requests

so, Yahoo is not making them available under https:// but fortunately cdnjs seems to have them

if you replace with these in the doc generation tool, it will be ok

:-D

please don't let cannon die 💯

commented

@andrezero if you not see it there is this cannon fork https://github.com/react-spring/cannon-es

@andrezero if you not see it there is this cannon fork https://github.com/react-spring/cannon-es

Yes, 💯saw that yesterday as well :-) very happy/

Fork's README still says Visit the original project for full documentation and examples.

Will open issue there.