Matthew Sitton

Results 149 comments of Matthew Sitton

I do think if a full modernization effort were to be done it would be worth also considering starting with .net standard 2.1 as the baseline, as there are additional...

Another change that should probably be made in is moving any interfaces to be named as: IInterfaceName as currently they are just named like standard class and it is convention...

> > I do think if a full modernization effort were to be done it would be worth also considering starting with .net standard 2.1 as the baseline, as there...

I'm not sure how well i'd like something like that used everywhere within the code, but no objections in general. We definitely need to something like this though. I wonder...

So i had a somewhat interesting idea. We could add a class or as you said some type of singleton object that allows various classes from around the game register/add...

Its been a while since i've posted that, and now I'm not sure if i would actually like using something like that. I'd have to tinker around with this stuff...

There is also other options in this space such as snap or flatpak.

We really need to completely overhaul the whole input system for the game before this can happen.

I made an issue that talks a bit about this. (using pysdl2) #29

If we want one shot mode to continue to exist I'd rather it bypass the normal game startup process entirely and have it go directly to GuitarScene. Then we can...