overdev / raylib-py

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

Merge `raylibpy-3.7` to master #35

Closed adamlwgriffiths closed 1 year ago

adamlwgriffiths commented 3 years ago

The current master branch is using an old version of raylib which is not API compatible with the latest 3.x branch. The 3.7 branch seems to be working - although I haven't exhaustively tested. Are there any reasons to not merge 3.7 to master?

overdev commented 3 years ago

There is not a strong reason. What kept me from merging is that there is some major binding bugs I would like to solve first, like the ones in the shader and models examples. (I'm yet to push those.)

ATM I'm wrapping the rlgl layer, as it is used in some examples, and after that I'll finish the shader/models examples translation. When I'm done with these two things I'll merge to master.

Too bad that I've had so little time lately.

adamlwgriffiths commented 3 years ago

If you push what you've got to another branch (so we don't break what there is of 3.7 currently) I might be able to find some time to pitch in.

overdev commented 1 year ago

Well... I couldn't do what I intended back in the day. Too bad. My bad.