raylib-py icon indicating copy to clipboard operation
raylib-py copied to clipboard

Merge `raylibpy-3.7` to master

Open adamlwgriffiths opened this issue 3 years ago • 2 comments

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?

adamlwgriffiths avatar Jun 29 '21 11:06 adamlwgriffiths

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.

overdev avatar Jul 09 '21 19:07 overdev

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.

adamlwgriffiths avatar Jul 10 '21 06:07 adamlwgriffiths

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

overdev avatar Dec 13 '22 16:12 overdev