ocornut / imgui

Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
MIT License
59.86k stars 10.18k forks source link

Gallery: Post your screenshots / code here (PART 15) #5243

Open ocornut opened 2 years ago

ocornut commented 2 years ago

This is Part 15, I am splitting issues to reduce loading times and avoid github collapsing messages.

Browse all threads and find latest one to post to using the gallery label.

Also see: Software using dear imgui (you can help complete the list!)

You can post your screenshots here!

JackWitherell commented 2 years ago

Filet Group uses dearImgui as a development tool/debug menu their ongoing Kickstarter project, The Big Catch.

Video showing its use: Here

image

m516 commented 2 years ago

ImGui has been an invaluable asset for creating an interactive, multithreaded OpenCV pipeline. Thank you Omar and all the contributors to ImGui!

Thresholding on a Webcam in real time source

gboisse commented 2 years ago

Raytracing off vs. on. All in software, no RTX:p And ImGui for everything UI of course!

16142561-A4FC-4F92-83EB-AB5BFD418E28 5DB3447D-E7FE-4D27-BCDB-561B0C37E834

wolfpld commented 2 years ago

Tracy Profiler, but running in a browser.

https://tracy.nereid.pl/

itsvic-dev commented 1 year ago

WolfEngine, an experimental 2D game engine (still largely unfinished imo), using Dear ImGui for the debug and editor UI

image

image

rajkundu commented 1 year ago

imgui-vtk (originally posted in gallery thread #12) has been overhauled with many changes. On top of some notable bugfixes and performance improvements, it now supports multiple viewports and integrates more natively with other Dear ImGui elements. Rather than being a "backend" for Dear ImGui, it is now more of a "widget." Hopefully, this will make it significantly easier for others to integrate VTK with Dear ImGui! imgui-vtk demo

ocornut commented 1 year ago

Torch R&D Prototype at Ubisoft La Forge https://twitter.com/Ubisoft/status/1582017652557377537

Ubisoft La Forge - Torch mp4_snapshot_00 03_ 2022 10 19_14 01 09 Ubisoft La Forge - Torch mp4_snapshot_00 08_ 2022 10 19_14 01 23

m516 commented 1 year ago

Stable-Dreamfusion, based on DreamFusion: Text-to-3D using 2D Diffusion

https://user-images.githubusercontent.com/25863658/194241493-f3e68f78-aefe-479e-a4a8-001424a61b37.mp4

nem0 commented 1 year ago

image image

Outerra UI video https://twitter.com/OuterraWS/status/1584591297758863362

jminor commented 1 year ago

Raven, a user interface for viewing OpenTimelineIO video/audio timelines.

demo

pers0na2dev commented 1 year ago

https://user-images.githubusercontent.com/113010734/200120441-5bb904dd-b5de-4eb0-8adf-67e1566e0885.mp4

Hi, I'm writing a Figma-like tool to create and automatically translate the layout into code for ImGui. So far I'm working on a prototyping system and widget customization system.

nitz commented 1 year ago

Edit: this post is out of date, see newer preview here: https://github.com/ocornut/imgui/issues/5886#issuecomment-1334263445


I wanted to add a very tiny widget I hope some may find useful! I took a nod from the discussion happening on toggle switches, and wrapped up all the features there into a nice and neat API. Whether you're just looking to get away from a traditional checkbox or designing a UI that calls for a more explicit mutually exclusive option, toggles have got your back:

imgui_toggle preview

Here's the source: :octocat: cmdwtf/imgui_toggle (0BSD licensed)

And here's my post on the discussion explaining my motivation and the widget: #1537#issuecomment-1307295106

gl;hf!

HPW-dev commented 1 year ago

CRT glitch effect. Video: https://youtu.be/2B6I4LlOG2A screen

ocornut commented 1 year ago

Followup in https://github.com/ocornut/imgui/issues/5886 (Please post in the new thread)