Skip to content

Instantly share code, notes, and snippets.

@memononen
Last active August 29, 2015 13:57
Show Gist options
  • Save memononen/9852437 to your computer and use it in GitHub Desktop.
Save memononen/9852437 to your computer and use it in GitHub Desktop.
Things which are hard to do with IMGUI
Anything with complex persistent UI state.
- collapsable tree view
- a sortable list view
- graph UI (movable nodes connected w/ wires)
- timeline UI (movable boxes constrained on rows)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment