HDictus / breezefield

a physics library wrapper for love2d
MIT License
76 stars 5 forks source link

[Feature Request] Improve documentation #15

Closed alexmozaidze closed 7 months ago

alexmozaidze commented 1 year ago

At the moment, there isn't much documentation on this library. Although, I'd consider it kind of a thin wrapper for Love's native physics engine, it's still a good idea to improve on documentation. Like, I had to look into the source code in order to find out the callback names for object collisions.

So far I'm really enjoying the library, it really makes it easy to prototype in early stages of development. Thank you for making it!

HDictus commented 1 year ago

Thanks for your feedback alexmozaidze. You're right, not including the collisions in the README is a big oversight. I'll correct it this afternoon.

HDictus commented 1 year ago

see #18