Skip to main content
GameDev.net gamedev.net

ui

7 items across game development

7 results

Blog

Dynamically Repositioned UI, now in ToyMaker

I thought making simple resizable UI layouts for ToyMaker would be easy, after implementing 3D graphics and physics. Apparently not.Here's what I've been working on the past week or two. …

raynmetal ·
ui game engine OpenGL SDL C++
Forum Post

Reply in: A game with no heads up display elements ?

liminiminal wrote: The highlighting might be annoying indeed. But how about this: I have a crosshair that i want to change color to red when the point overlaps an enemy. …

JoeJ ·
hud ui fpsgame Open World gamesystemsdesign
Forum Post

Reply in: A game with no heads up display elements ?

For some reason, reading your post reminded me of Red Orchestra. I believe that the idea is doable, but you'll be targeting a smaller niche of gamers that want that …

unauthorizedlogin ·
hud ui fpsgame Open World gamesystemsdesign
Forum Post

Reply in: A game with no heads up display elements ?

JoeJ wrote: Getting rid of HUD elements is a reasonable goal, but maybe you take it too literal. Implementing HUD elements on in game objects surely is more work and …

liminiminal ·
hud ui fpsgame Open World gamesystemsdesign
Forum Post

Reply in: A game with no heads up display elements ?

Getting rid of HUD elements is a reasonable goal, but maybe you take it too literal. Implementing HUD elements on in game objects surely is more work and eventually more …

JoeJ ·
hud ui fpsgame Open World gamesystemsdesign
Forum Topic

A game with no heads up display elements ?

Hello. I am making an FPS game and was wondering if not having a HUD is a bad idea. I was thinking about dead space: the HP of the player …

liminiminal ·
hud ui fpsgame Open World gamesystemsdesign