overdev / raylib-py

A Python binding for the great C library raylib.
Other
185 stars 20 forks source link

Raylibpy 3.7: Support linux + Toggle external raylib library #31

Closed adamlwgriffiths closed 3 years ago

adamlwgriffiths commented 3 years ago

Gets raylib 3.7 almost working on Linux (another PR is coming for a separate fix)

Changes:

adamlwgriffiths commented 3 years ago

There are some changes I want to make to this before it's merged:

adamlwgriffiths commented 3 years ago

I've made the changes and also fixed __all__ including CDLLEx, which isn't valid on Linux.

overdev commented 3 years ago

@adamlwgriffiths Merged!