ocornut / imgui

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

Gallery: Post your screenshots / code here (PART 13) #3793

Open ocornut opened 3 years ago

ocornut commented 3 years ago

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

Browse all threads using the gallery label.

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

Screenshots Part 1 #123 Screenshots Part 2 #539 Screenshots Part 3 #772 Screenshots Part 4 #973 Screenshots Part 5 #1269 Screenshots Part 6 #1607 Screenshots Part 7 #1902 Screenshots Part 8 #2265 Screenshots Part 9 #2529 Screenshots Part 10 #2847 Screenshots Part 11 #3075 Screenshots Part 12 #3488 Screenshots Part 13 #3793 Screenshots Part 14 #4451 Screenshots Part 15 #5243 [...] see gallery label link above for newer pages.

You can post your screenshots here!

kuravih commented 2 years ago

Here is another canvas addon for dear imgui. I cobbled this together for an imaging project I'm working on. imgui_canvas

imgui_canvas demonstration 1

imgui_canvas demonstration 2

Leandro4002 commented 2 years ago

I made a small particles editor using MonoGame and ImGui .NET Wrapper. ImGui workflow is a bit weird to use but I like it.

https://gitlab.com/Leandro4002/particleseditor

ocornut commented 1 year ago

Anyone can provide a simple way to render a triangle inside imgui window not glfw? please as simple as possible?

You can use the ImDrawList api. This is documented in Demo>Examples>Custom Rendering. Please don’t ask further questions in this thread.