a327ex / windfield

Physics module for LÖVE
453 stars 55 forks source link

Compatibility with STI's "box2d" plugin #17

Open Ristovski opened 6 years ago

Ristovski commented 6 years ago

I'm trying to use windfield with STI's "box2d" and since windfield can return a box2d_world I tried doing something like map:box2d_init(world.box2d_world). Sadly, this produces errors with colliders. Is there any way to interface windfield with STI? And if so, an example would be very appreciated.

josqu-john commented 6 years ago
  1. Does LOVE give any error code out?
  2. Could you give some kind of pastebin of your code so I can recreate the problem?