(no title)
d0vs
|
9 years ago
It baffles me that all those JS physics library never provide proper docs or even an API reference and always link to the C++ Box2D manual as if it was an acceptable alternative. Always have to guess what the JS equivalent is but even then you're in for a surprise: https://github.com/shakiba/planck.js/blob/master/CHANGES.md
munchbunny|9 years ago
I'm sure once the project matures it'll get a documentation pass, but the project is quite young.
franciscop|9 years ago
In my experience good documentation takes around 3x-5x of the time of writing the code (excluding tests and tutorials), so while I hate seeing libraries without a decent documentation I totally understand it.
Edit: also it is in alpha, where writing documentation many times backfires you and you have to remove large pieces of it wasting your time.
moron4hire|9 years ago
shakiba|9 years ago
RodgerTheGreat|9 years ago
abetusk|9 years ago
One of the biggest criteria I have for using a library is whether they have a rich set of examples to draw from.
fdsfsafasfdas|9 years ago
franciscop|9 years ago