I wrote a new article about how to leverage Dear ImGui in your Unreal project.
Enjoy !
#UE5 #Unreal #UnrealEngine #ImGui
https://sharundaar.github.io/leveraging-dearimgui-in-unreal.html
#UE5 #unreal #unrealengine #imgui
System editor in the works:
#editor #pioneerspacesim #UI #imgui
#editor #pioneerspacesim #ui #imgui
I wrote my own simple implementation of #imgui to use for game UI inside my EGA framebuffer, just got tooltips working!
#imgui #gamedev #screenshotsaturday
This is also a good time to tell you about Sassy
Turns out putting #imgui on top of shader-enriched video output is easier than I expected. Still not sure if I should keep #Asspull3X as a Win32 app, or rework it into ImGui for portability, yet throw away all the UI work so far...
@vga256 Just C++ on windows! The UI framework is
@ocornut 's #imgui
I went ahead and pushed up the emulation code I ended up with to a little shareable repo if you're curious:
https://git.brianna.town/britown/tandy-3-voice-emulator/-/blob/main/tandy.cpp
Something I was very proud of doing EARLY was making a robust coordinate transform API for doing all the various relevant operations in the game.
The map renders to a camera viewport which is shown inside a ui framework all inside "ega space" which also vertically stretches and this final framebuffer renders inside an #imgui window. Many layers!
Just put the finishing touches on my new 11ty website and wrote my first blog post. It's about getting Dear ImGui working inside of MonoGame.
https://www.alexmakes.games/blog/posts/integrating-imgui-with-monogame/
#monogame #xna #gamedev #imgui #screenshotsaturday
Just put the finishing touches on my new 11ty website and wrote my first blog post. It's about getting DearImGui working inside of MonoGame.
https://www.alexmakes.games/blog/posts/integrating-imgui-with-monogame/
#monogame #xna #gamedev #imgui
Just released my #ImCoolBar
A MacOs DockBar like toolbar for #DearImGui
Maybe not stable or not practical. Let me know your feedbacks
#dockbar #toolbar #imgui
https://github.com/aiekick/ImCoolBar
#imcoolbar #dearimgui #dockbar #toolbar #imgui
New version of #ImGuiFileDialog v0.6.5
Main changes :
- Regex's can be used for Filtering and FileStyling
- Lambda function can be used for File Styling
And Many fixes
https://github.com/aiekick/ImGuiFileDialog/releases/tag/v0.6.5
#imguifiledialog #imgui #dearimgui
Here is a preview walkthrough of what the new #kairos timelining framework for #vvvv will get you:
Curious? Join the workshop on May 25th: https://thenodeinstitute.org/courses/ss23-vvvv-sequencing-values-on-a-timeline-using-the-kairos-library
#kairos #vvvv #visualprogramming #creativecoding #dotnet #imgui
#WIPWednesday: Moving folders around in my editor using Dear ImGui's drag/drop. Hard to get all the behavior correct!
More fun stuff in today's WIP Wed post: https://untiedgames.com/wip-wednesday-april-26-2023
#imgui
I'm making a fork of https://github.com/cyxx/rawgl using #sokol and #imgui
Source code: https://github.com/scemino/rawgl/tree/c
#Sokol #imgui #anotherworld #retrocomputing