dimforge / ncollide

2 and 3-dimensional collision detection library in Rust.
https://ncollide.org
Apache License 2.0
921 stars 105 forks source link

Ncollide2d example broken #323

Open guccialex opened 4 years ago

guccialex commented 4 years ago

Been trying to use the example on this page https://ncollide.org/collision_detection_pipeline/#example_1 to set up a collision world, but both the example code seems to be broken

and the code linked to in the [2d] box has a broken link https://raw.githubusercontent.com/sebcrozet/ncollide/master/ncollide_testbed2d/examples/bouncing_ball2d.rs

yodalee commented 4 years ago

I think the reason is that ncollide_testbed2d has been renamed to example2d. The website is managed by another repository ncollide.org