Tag: gameui
-
EGUI Button Centering: Solving My UI Layout Puzzle in Rust
I finally cracked the code for EGUI button centering! When I wanted to have difficulty selection buttons neatly lined up in the center, I ran into some tricky immediate mode GUI challenges. Let me walk you through how I solved puzzle. Understanding EGUI’s Immediate Mode GUI EGUI is an immediate mode GUI library. This means…
-
EGUI Challenges in my Pong! game development
It’s been two weeks since my last update, and boy, has it been an interesting journey. In my last update, I created a basic menu in my Pong! game and mentioned I would rebuild it in EGUI to add a settings menu. And that is exactly why these two weeks have been quite the adventure.…