imgui
imgui copied to clipboard
IMGUI in the wild
I'd appreciate a simple screenshot or link if you use IMGUI in your own project, to satisfy my curiosity :)
All the interactive buttons were made with Wyozi's Imgui :)
Here's my use case, a lock/unlock button on a set of doors. I had to hack around a bit to be able to block +use from passing through to the door entities when the button is being used, but this turned out to be a neat approach compared to other alternatives. out there.
https://www.youtube.com/watch?v=jGLIGVP4z2s
This is what I'm doing with it. Made a gamemode and have used it as a scoreboard you can pop into whichever map you want to use. Still a WIP, I'll link you the gamemode when she's done
https://streamable.com/4q24c6
https://user-images.githubusercontent.com/23039392/130241050-cd4a5762-5c5d-4d02-8cd3-e8e61c923538.mp4
Wyozi's imgui has made this stuff really simple. It's also very easily adapted for stuff like animated cursors and custom skins.
https://user-images.githubusercontent.com/23039392/130330465-9d63c6e1-0212-472f-b9bf-bfd154889432.mp4
WIP inventory management screen.
https://i.imgur.com/0FhiZvC.jpg
A simple reactor system ;)
in a world where you want to rape everyones fps as much as possible for one silly little gui
On Wed, Apr 5, 2023 at 1:09 PM Pdzly @.***> wrote:
https://i.imgur.com/0FhiZvC.jpg
— Reply to this email directly, view it on GitHub https://github.com/wyozi-gmod/imgui/issues/2#issuecomment-1497842263, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARPYRQKMSKN3B2HBSBRKTJTW7WRLLANCNFSM4GWLG5TQ . You are receiving this because you commented.Message ID: @.***>
https://www.youtube.com/watch?v=fiLO2Arh7Hw
Quick Armor Dealer - If I spent half an hour I could make it a lot prettier