Viewing profile — eliasnaur
eliasnaur
HN member- Joined
- Mon, Apr 01, 2019, 11:46 AM UTC
- HN karma
- 124
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About eliasnaur
Recent public activity
-
comment
Comment #30814457
FWIW, Gio (gioui.org) recently added support for RTL languages and complex scripts. So there's no fundamental reason immediate mode UIs can't have the nice features you're used to …
-
comment
Comment #30814435
With intelligent frame pacing you can sacrifice, say, a frame of input latency to sustain high frame rates. See https://raphlinus.github.io/ui/graphics/gpu/2021/10/22/swapc... . > …
-
comment
Comment #30814391
The immediate mode Gio (gioui.org) toolkit has support for accessibility (on Android for now), IME and, recently, RTL text layout. Disclaimer: I'm the author.
-
comment
Comment #23125334
Sadly even imgui cannot get around the fact that many operating systems (macOS/iOS/Android) force you to give up your main thread. Linux and, perhaps surprisingly, Windows are good…
-
comment
Comment #22863354
It happened by accident. Originally I wanted to run on bare-metal, and thought UEFI would be a good starting point. THen I never got around to adding multiboot and similar support.…
- story
-
comment
Comment #21368319
Gomobile bridges Java and ObjectiveC/Swift to Go, and probably entails the same overhead the author is trying to avoid. Shameless plug: If you like Go and immediate mode UIs in par…
- story