electronstudio / raylib-python-cffi

Python CFFI bindings for Raylib
http://electronstudio.github.io/raylib-python-cffi
Eclipse Public License 2.0
142 stars 29 forks source link

Raylib Physac Support #10

Closed cr8ivecodesmith closed 2 years ago

cr8ivecodesmith commented 3 years ago

Is it possible to use the Physac library included in Raylib? Or are we better off with pymunk?

electronstudio commented 3 years ago

I could probably add Physac, but I don't personally have a use for it, so I'd being doing work that is of no benefit to me. If I did it, would many people want to use it?

cr8ivecodesmith commented 3 years ago

I think there might be some benefit to it for those who choose to keep within the "dependency" free route (other than Python's standard libs). It will also be helpful when we port over other examples using it.

cr8ivecodesmith commented 3 years ago

@electronstudio I'd like to look into this further but don't know where to start. Could you point me to the right direction? The cffi library doc isn't very good.

electronstudio commented 2 years ago

Current master branch has been updated to raylib 4.0-dev and physac has been added.