Software Alternatives & Reviews

I made a shortlist of good libraries for my GUI C project and I want your thoughts and comments.

SDL Dear ImGui
  1. 1

    SDL

    Simple DirectMedia Layer is a cross-platform multimedia library designed to provide low level...
    Pricing:
    • Open Source
    Good C library list: https://en.cppreference.com/w/c/links/libs Https://github.com/Immediate-Mode-UI/Nuklear + C89, no dependencies, public license. 5/5 Https://www.tecgraf.puc-rio.br/iup/ + good tutorial and wiki guides 5/5 Https://libsdl.org/ + infinite possibilities - whole library for making games, forums, wiki - complicated, not many C tutorials, need to manage game states... 4/5 Https://github.com/lvgl/lvgl + good docs - for embedded systems 4/5 Https://github.com/ocornut/imgui + Popular, inspired Nuklear - for C++ 3/5 Https://docs.enlightenment.org/api/imlib2/html/ + very efficient, used in Conky - uses X so only for Linux, just for displaying images and text and stuff 2/5 Https://github.com/rxi/microui + simple, small - you need to handle your own drawing 2/5 GTK+ - no.

    #Localization #Transcription #Translation Service 18 social mentions

  2. Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
    Good C library list: https://en.cppreference.com/w/c/links/libs Https://github.com/Immediate-Mode-UI/Nuklear + C89, no dependencies, public license. 5/5 Https://www.tecgraf.puc-rio.br/iup/ + good tutorial and wiki guides 5/5 Https://libsdl.org/ + infinite possibilities - whole library for making games, forums, wiki - complicated, not many C tutorials, need to manage game states... 4/5 Https://github.com/lvgl/lvgl + good docs - for embedded systems 4/5 Https://github.com/ocornut/imgui + Popular, inspired Nuklear - for C++ 3/5 Https://docs.enlightenment.org/api/imlib2/html/ + very efficient, used in Conky - uses X so only for Linux, just for displaying images and text and stuff 2/5 Https://github.com/rxi/microui + simple, small - you need to handle your own drawing 2/5 GTK+ - no.

    #IDE #Game Engine #Text Editors 156 social mentions

Discuss: I made a shortlist of good libraries for my GUI C project and I want your thoughts and comments.

Log in or Post with