Native GUI for Haiku

Issue #35 resolved
Gerasim Troeglazov created an issue

I have implemented a native GUI for the Haiku operating system.

Additionally, implemented native audio output module and joystick support.

It’s not finished yet, but usefull.

Comments (5)

  1. Andrey Dj repo owner

    Wow, great news !)

    And what API is used for rendering? OpenGL/GLESv2/Haiku specific ?

    I like your keyboard view) Is it possible to port it to Qt/wxWidgets ? :)

    You can make a PR anytime!

  2. Gerasim Troeglazov reporter

    And what API is used for rendering? OpenGL/GLESv2/Haiku specific ?

    Haiku API only: native UI, native audio module, native hardware joystick support

    I like your keyboard view) Is it possible to port it to Qt/wxWidgets ? :)

    The keyboard is software-generated, in theory I think you can port anywhere if you want to. In any case, I wrote all the port code in about 2-3 weeks.

    You can make a PR anytime!

    I'm almost done, there's only a little bit left.

    Some latest screenshots:

    File menu:

    View menu:

    Device menu:

    Virtual keyboard:

    Open from web file dialog:

    About:

  3. Log in to comment