Matthew Sitton

Results 111 comments of Matthew Sitton

Not suprised, i've noticed notes being missed and it not effecting scoring or anything for a long time now (even before i started cleaning up the hit detection) Hopefully i...

There is a pretty big issue however.Python has actual threads, and with that comes some issues in relation with pygame + opengl. First pygame probably wont let us mess with...

I've been wanting to move away from pygame for a long time, but it wouldn't be to pyglet. I think moving over to pysdl2 https://pysdl2.readthedocs.io/ would be a much less...

Also the pyglet opengl binding is quite basic, and is mostly equivelent to the raw interfaces in PyOpenGL so they arent exactly equivelent in many regards. Moving to that opengl...

I assume you are talking about this db: https://github.com/gabomdq/SDL_GameControllerDB/ along with this: https://wiki.libsdl.org/SDL_GameControllerAddMappingsFromFile It looks like it should: https://github.com/marcusva/py-sdl2/blob/54f8a49d22f208a648027811783b9527565cbe94/sdl2/gamecontroller.py#L110

Woah, dude this IS going to happen, its just a matter of when. This issue should stay open for more opinions on the subject first. PyGame while "mature" has many...

Also changed the title to reflect that we haven't 100% decided on what library to move to.

Well replacing 1 file with a project that is much larger we will likely end up with more features than what we have now, so complexity vs what we do...

Speaking of rocksmith, I actually recently bought a guitar and that game should get here in the next couple of days lol(would be interesting to adapt the vocals pitch detection...

I dont know if this could be done cleanly without making the produced rockmeter's a huge mess.