Difference between revisions of "windfield"

(Created page with "== windfield == windfield is a high-level wrapper of LÖVE's physics API, making it easier to use. It makes certain assumptions to aid the simplification, so the featureset is...")
 
m (i18n)
Line 9: Line 9:
 
{{#set:Keyword=Physics}}
 
{{#set:Keyword=Physics}}
 
[[Category:Libraries]]
 
[[Category:Libraries]]
 +
 +
== Other Languages ==
 +
{{i18n|windfield}}

Revision as of 04:52, 17 December 2019

windfield

windfield is a high-level wrapper of LÖVE's physics API, making it easier to use. It makes certain assumptions to aid the simplification, so the featureset is reduced compared to the original physics API.

Documentation and sourcecode

https://github.com/SSYGEN/windfield

Other Languages