Bart Trzynadlowski

Results 160 comments of Bart Trzynadlowski

Yes I think that would make it more useful as a package (with pip install), otherwise it is a standalone project that is not easily reusable. Sent from my iPhoneOn...

This a tricky one because Noa is designed to run for extended periods of time as a background companion app on your phone and this requires Monocle use its main.py....

I need to find some time this weekend to review this. Can you describe the intended operation?

Which build are you using and where did you get it from? I’m pretty certain Lost World works fine. You may need to calibrate things in the service menu and...

This is a really good point! We should not be looking for names but rather checking for the inputs that the game has, in the Game struct.

It’ll be easy — I’ll take the list of files and send it to ChatGPT with a prompt and Games.xml and it’ll tell us what game it is. While I’m...

At some point I would like to implement some sort of non-linear scheme but I’m not sure what the right approach is. Not sure how racing games built for consoles...

Is the center return performed at a constant velocity or does it depend on how far you turned before releasing? For example, if I turn all the way to the...

It would be interesting to take a look at this and see if they do any sort of smart remapping of a linear axis to a wheel input.

Gears are sticky -- when a button is pressed, the state changes. You want the gears to be "non-sticky" so that they are only active when held down. This behavior...