Skip to content

Instantly share code, notes, and snippets.

@bugproof
Last active March 7, 2020 15:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bugproof/dc8e32dcfe281cedd7bee1f12b2ade51 to your computer and use it in GitHub Desktop.
Save bugproof/dc8e32dcfe281cedd7bee1f12b2ade51 to your computer and use it in GitHub Desktop.
What to use for desktop app

BEST

other approaches (mostly for gamedev but can be used for apps too)

  • Unity3D
  • imgui
  • nuklear
  • cegui
  • mygui

blacklist

  • https://ultralig.ht/ (lightweight alternative, no bindings, only C++, by creator of awesomium, weird license, no way to see the source code ) - weird license
  • Neutralino - (uses IE on windows - bad)
  • https://deskgap.com/ (similar to neutralino)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment