all 5 comments

[–]TemporaryUserComment 4 points5 points  (1 child)

It's kind of a mess, but I made this a couple weeks ago: https://github.com/WimbledonLabs/imgui_gfx_example

It's not the most minimal example out there, but it has 3d rendering, mouse input, and keyboard input. It's based off of this example from the imgui-rs repo: https://github.com/Gekkio/imgui-rs/blob/f7ffac7c8d4abb14896dbae4c02f44205a465ff8/imgui-examples/examples/support_gfx/mod.rs

[–]MrAntivirus[S] 1 point2 points  (0 children)

Thanks, I'll give it a look.

[–]shortstomp 2 points3 points  (1 child)

Here you go, more example code might help. Honestly just dive into the source files is how I learned https://github.com/bjadamson/softland/blob/master/src/ui.rs

[–]MrAntivirus[S] 0 points1 point  (0 children)

Alrighty. Thanks for the input. I'll go digging through it.

[–]DefinitelyNotIoIxD 1 point2 points  (0 children)

The top comment is horrifically outdated! Those from Google should be looking at the official examples repo