love2d-community / love-api

The whole LÖVE wiki in a Lua table.
http://love2d-community.github.io/love-api/
299 stars 46 forks source link

More Community Wiki Additions #105

Closed TurtleP closed 2 years ago

TurtleP commented 2 years ago

This is going to be a draft until finished. I've got some free time, so I figured I may as well do something with it. I've already added ImageData:getFormat and Decoder:seek. Feel free to leave comments where necessary.

What's also not documented is the DataView object, which is not on the LÖVE Wiki. Some of the Physics module object methods below are also undocumented, e.g. PolygonShape:validate(). Given this portion of the contributing file I suppose edits to the LÖVE Wiki would be in order for these undocumented things.

I'll do my best to at least document what can be done for the Physics objects for now (that are on the Wiki).

Physics Objects

TurtleP commented 2 years ago

I think for now, we should get this merged and then I'll raise an issue about the remaining items. Those aren't documented on the LÖVE Wiki and should be handled there first.