ocornut / imgui

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

Gallery: Post your screenshots / code here (PART 17) #6478

Open ocornut opened 1 year ago

ocornut commented 1 year ago

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

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

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

You can post your screenshots here!

ocornut commented 10 months ago

Alan Wake 2 Alan Wake 2 https://www.youtube.com/watch?v=dgL99_0cihQ&t=39s (00:40-00:45) also spotted by Bekoha (thank you)

(Amend November from https://www.remedygames.com/article/how-northlight-makes-alan-wake-2-shine) Alan Wake 2 6544c372589da1e2a2285809_luau_weather_system

allenwp commented 10 months ago

The AV Latency.com Toolkit is an open source software suite that is used to accurately measure audio latency of consumer electronics for the purpose of audio-video synchronization (AV sync). RTINGS.com will soon be integrating this toolkit into their test methods.

2023-09-05 2023-09-05 (4) 2023-09-05 (7) 2023-09-05

Source code: https://github.com/AVLatency/Latency-Measurement

skaarj1989 commented 10 months ago

SceneEditor MaterialEditor

https://github.com/skaarj1989/SupernovaEngine

vhollander commented 10 months ago

image the frosted glass thing i hacked for imgui to look cool

coumcashier commented 10 months ago

I would like to find out what ImGui's styling system could do. So I created a clone of the sign in page for a popular gaming platform. It implements changing border color on hover/active state for buttons and checkbox as this is commonly found in web apps but not provided by default in ImGui. Its follows the vibe design system from Monday.com. https://www.figma.com/@mondaydotcom

image

https://github.com/ocornut/imgui/assets/122149176/3dc68815-c501-42ad-97ea-9f78be8f7df3

ikpil commented 10 months ago

https://github.com/ikpil/DotRecast screenshot

pavelsevecek commented 10 months ago

I'm using ImGui for my space simulation software. See https://pavelsevecek.github.io/ image image

Froyok commented 10 months ago

Follow up from: https://github.com/ocornut/imgui/issues/5886#issuecomment-1552739132 (I decided to post a little update, because people seem to like my UI.)

I'm still iterating on my Game Engine UI and now have switched to the docking branch. I'm using a lot of custom tweaks in here, but without modifying Dear ImGui itself.

2023-09-13__18-28-05

bb1950328 commented 10 months ago

Spotted in SmarterEveryDays Video about incremental sheet forming: image

aiekick commented 10 months ago

Im opening the code of my In App Gpu Profiler im using since two years in NoodlesPlate.

For the moment it support only opengl

In the DemoApp branch of the repo, there is a demo app who is coming with 9 of my shaders

The demo : thumbnail https://github.com/ocornut/imgui/assets/1434736/8a0c7006-f148-40a8-be6f-d270e5b47f9b

Mormert commented 9 months ago

I'm using ImGui for my game engine editor, with a set of ImGui-related "plugins", including ImGuizmo, ImGuiColorTextEdit and ImPlot.
Here is a demo:

Editor Showcase

GitHub link for the interested: https://github.com/mormert/jle

aiekick commented 9 months ago

In InAppGpuProfiler you can now explore bars or open bars in sub windows

Left click on a bar : (explore bar) breadcrumbtrail

Right click on a bar : (open bar in sub windows) sub_windows

ocornut commented 9 months ago

Quake II remastered https://bethesda.net/en/article/6NIyBxapXOurTKtF4aPiF4/enhancing-quake-ii QII_Tech_debug_in-body

Saul-Alejandro-Gonzalez-Vilchis commented 9 months ago

INDEX 2.0 (INDEX 2024)

INDEX 2.0 will launch on December 31, 2023

ImGui is literally the most powerful tool of any open source on github or other. This screenshot literally breaks the boundaries of open source projects. so thank you ImGui

Screenshot

Screenshot

phicore commented 9 months ago

https://vcai.mpi-inf.mpg.de/projects/DragGAN/ image

hugeproblem commented 9 months ago

Yet another node graph editor here: https://github.com/hugeproblem/nged

It's not a immediate-mode-node-graph addon for ImGui, but more of a (embeddable, customizable, extensible, scriptable) standalone application.

It has nice looking default appearance: visuals7

clear link paths: link path

fuzzy search: search search node

multiple views on one graph, and subgraphs: multiview

friendly link-editing operations: cut link

and custom parameter interface (via parmscript): parms

dalerank commented 3 months ago

Update for spinner library https://github.com/dalerank/imspinner @ocornut thanks for amazing framework spinners