Live data from Hacker News

Viewing profile — eliasnaur

eliasnaur

HN member
Joined
Mon, Apr 01, 2019, 11:46 AM UTC
HN karma
124
Public activity
8 items

About eliasnaur

Started Gio, https://gioui.org, for portable immediate mode GUI programs in Go. Maintainer of mobile platform support for Go.

Recent public activity

  1. 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 …

  2. 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... . > …

  3. 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.

  4. 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…

  5. 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.…

  6. story
  7. 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…

  8. story