Skip to content
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

Online demo: Input/SDL/other problems #71

Open
LekKit opened this issue Dec 24, 2022 · 2 comments
Open

Online demo: Input/SDL/other problems #71

LekKit opened this issue Dec 24, 2022 · 2 comments
Labels
blocked on Blocked on some other feature/project bug Something isn't working enhancement New feature or request host issue Issue caused by host OS or setup

Comments

@LekKit
Copy link
Owner

LekKit commented Dec 24, 2022

  • Buttons HID_KEY_MINUS and HID_KEY_EQUAL aren't reported, even tho native SDL build works fine
  • Any way to lazy load the FS image? Downloading entire rootfs at page load seems wasteful. Tried using synchronous XHR, but it seems overly complicated and not supported well in Emscripten.
  • No way to use touch keyboard on Android, etc. Needs help from JS side.
  • Host cursor is visible (Minor nuisance for proper cursor integration)
  • When in fullscreen, input isn't working at all
  • Temporary mouse/keyboard lockups (Perhaps I2C HID related?)
@LekKit LekKit added bug Something isn't working enhancement New feature or request labels Dec 24, 2022
@LekKit LekKit changed the title Online demo: Input/SDL related problems Online demo: Input/SDL/other problems Dec 25, 2022
@LekKit
Copy link
Owner Author

LekKit commented Feb 22, 2023

HID lockups fixed by 44fcc7b

@LekKit
Copy link
Owner Author

LekKit commented Feb 22, 2023

Lazy image loading is blocked on a missing Emscripten feature, and should be done on their side. WASMFS project will hopefully bring this functionality soon.

@LekKit LekKit added host issue Issue caused by host OS or setup blocked on Blocked on some other feature/project labels Mar 25, 2023
@LekKit LekKit mentioned this issue Feb 25, 2024
@LekKit LekKit moved this to Plans in RVVM Staging Tasklist Jun 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked on Blocked on some other feature/project bug Something isn't working enhancement New feature or request host issue Issue caused by host OS or setup
Projects
Development

No branches or pull requests

1 participant