-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
input support #4
Comments
Hi there, i've made some improvements that are not yet in the TIC80 repo, you can find it in the pulito branch, following this updated build procedure: https://github.com/msx80/TIC-80/blob/pulito/build/baremetalpi/README.md I've switched to software interrupt for USB, not sure if it will fix your issue but since it's a different system, chances are good. |
@farvardin have you tested the new version perhaps? it's committed in the main TIC-80 repo now. I would love some feedback :) |
Sorry, I wanted to compile it again but I didn't take the time to look at the build procedure (well, I've had a quick look at it, but that's all). I don't know when I could compile it, but if you provide updated binaries in the "releases" tab, I'll try it for sure! |
I've looked at the updated version on https://github.com/nesbox/TIC-80/tree/master/build/baremetalpi I'm on the same system as before, however, I have some problem while running the command
but I've already set up the path:
returns: And I've installed a few dev lib related to pthread such as libzthread-dev libpthread-workqueue-dev |
Hi there, i've taken a look, it seems that the recent switch to the Curl library instead of sdl-net broke the build for baremetal. I'll see if i can fix it. Sorry for late reply :) |
i've opened an issue here on Tic80 |
hello,
I don't know if it's better to create issues here or on the TIC-80 repository, since the integration, but here is my issue anyway.
I've built myself the baremetaltic80 from https://github.com/msx80/TIC-80/blob/baremetal/build/baremetalpi/README.md
it works, except for inputs I have some issues:
The keyboard keys repeats too fast, it was not usable for 2 of my keyboards, while with a third one it was working perfectly! (all were generic usb keyboards). I don't know what I could do to help you track the problem.
the mouse cursor is invisible, making it difficult to use. I suppose it's because tic80 is using the system's mouse instead of its own.
The text was updated successfully, but these errors were encountered: