Skip to content

Proposal migrate code from gtkmm to ImGui #306

@bvernoux

Description

@bvernoux

The idea is to migrate from gtkmm to ImGui (https://github.com/ocornut/imgui)

For following reasons/known issues with gtkmm:

  • Full-screen broken on Windows see [Windows] Going into fullscreen mode and out again causes the window title bar to permanently disappear #273
  • gtkmm is really bloated with tons of dlls (more than 20 dependencies/dll and a real nightmare to package it and build it as static build with GPL/LGPL license conflicts ...)
  • So far to display text it is not natively managed in gtkmm with opengl support and it is done with the bloated/slow cairo ... (it is natively supported with very nice/fast GUI/Widget... in ImGui)
  • TODO add other issues with gtkmm (especially related to portability, slowness, limitations)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions