Expose milepost's UI system to apps #7
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
OnEvent()
that apps can declare to get rawmp_event
events from the runtime.input_state.c
into the orca sdk.@bvisness Since I'll likely spend a couple days on the opengl 2D renderer, could you take a stab at this when you're finished with build stuff?
This should be a matter of making sure
input_state.c
andui.c
properly compile to wasm and adding an event handler.This would also be a good way of getting familiar with milepost's UI system, and would fuel futher discussion about the kind of UI features we want in orca.
Sure, sounds good.
As we told yesterday Ilia will work on this, and expand the default widgets collection, so you can focus on the dev experience and examples/documentation.
What you could do UI wise though is make a microui example, so that app devs can use it if they're already familiar and it suits their needs, plus it will also give us a point of comparison.