-
Notifications
You must be signed in to change notification settings - Fork 37
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
Experiment with a desktop environment using imgui #440
base: main
Are you sure you want to change the base?
Conversation
Progress report: everything is working fine, but the next step is to gather mouse/keyboard events, otherwise the UI itself is kind of pointless. |
Progress report:
|
Should be based on #498 |
I'm now getting "bad relocation type" linking errors, presumably because Rust now uses LLVM 11.0 but the WASI SDK is still at LLVM 10.0. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Automatically approving tomaka's pull requests.
cc #438
Progress:
Unfortunately it's quite complicated to compile: