HUD, which stands for Heads-Up Display usually refers to some particular informations (like player's health or ammunition count) displayed in the computer game directly on the screen.
Questions tagged [hud]
162 questions
4
votes
2 answers
Hide and Show HUD Window - Cocoa?
I have a HUD window that has some labels on it, and I want this to show when the user presses a button. I know this is simple, but I can't get it to show again unless I restart my program.
Sincerely,
Kevin

lab12
- 6,400
- 21
- 68
- 106
3
votes
1 answer
How make a firemonkey HUD window
I wanna to replicate the HUD functionality of https://github.com/jdg/MBProgressHUD in Delphi with firemonkey.
This is what look like in iPhone:
The main issue is how make the form semi-transparent & completely remove the borders.

mamcx
- 15,916
- 26
- 101
- 189
3
votes
2 answers
Creating a Interactive GUI for a java game
Hey guys I'm creating a game similar to farmville in java and I'm just wondering how would I implement the interactive objects/buttons that the user would usually click to interact with the game client.
I do not want to use the swing library…

Gareth
- 69
- 1
- 1
- 6
3
votes
1 answer
HUD layer for Sneaky Input Joystick (cocos2d iPhone)
I'm using the SneakyInput Joystick to move my sprite, and TMX maps for my game. I added auto-camera-movement to my app, so the hero sprite is always visible. When I go through my map, the joystick goes off the screen (it stays where it's original…

Joethemonkey101
- 149
- 2
- 18
3
votes
1 answer
HUD post-processing in Godot
I have a project in Godot that renders billboarded quads on top of enemies. The quads(meshinstances) are children nodes of the enemy nodes. I want to render just the quads to a viewport for post-processing, but the quads need to have the same…

Dave
- 93
- 2
- 9
3
votes
1 answer
How to create a HUD overlay at full screen mode?
Is it possible to add a HUD overlay for a Cocoa application that runs in full screen mode?
I switch into full screen mode as follows.
// An NSView.
[self enterFullScreenMode:m_screen withOptions:nil];
The HUD overlay is of type NSPanel and a member…

JJD
- 50,076
- 60
- 203
- 339
3
votes
1 answer
How to implement HUD (spinner / activity indicator) in ionic 2?
What is equivalent code for $ionicLoading. If I have below code snippet how can I set up loading HUD for every http request in a config file. (i.e. It will automatically add HUD when application calls a web-service)
makePostRequest() {
…

happycoder
- 927
- 3
- 13
- 28
3
votes
2 answers
Libgdx FreeTypeFont: font generated dynamically doesn't scale in Label
I'm trying to figure out how to realize the HUD interface for my brand new game.
I wanted to create it by using the scene2d.ui set of widgets because I've heard that it's more suitable for a responsive UI.
So, I'm trying to create a simple HUD in…

Luca Marzi
- 786
- 2
- 8
- 24
3
votes
1 answer
Filling a HUD in Java
I've decided on making a HUD with the picture above, but I don't know what command in Java I need to use so as I can fill the top half and the bottom half separately.
I only know how to use the g.fillRect(); command, and it will take around twenty…

soul6942
- 67
- 9
3
votes
1 answer
Libgdx Hud with two stages
I have an app that's currently working with a single stage but i need to add a side display/section as a HUD, with scores/lives etc on it, so that the HUD is on the left, and the main hand screen on the right. The main game screen will be fixed and…

Russ Wheeler
- 2,590
- 5
- 30
- 57
3
votes
1 answer
OpenGL ES displaying HUD display has no color on top of textured 3D objects
Im a beginner on iphone OS development.
I followed jeff's tutorial here about hud display in iphone OS
http://iphonedevelopment.blogspot.com/2010/02/drawing-hud-display-in-opengl-es.html
The sample works on the accompanying project with the…

ivanceras
- 1,415
- 3
- 17
- 28
3
votes
1 answer
How can I create HUD (mirrored) layout/screen Android?
Well, I want to create a simple app.
that reverse the look of the layout, even if the widget is DigitalClock or something else.
I've tried it with the android:scaleX="-1";
but it works only on text and images.
How can I create a layout that reversed…

Oren Zakay
- 519
- 8
- 17
3
votes
1 answer
iOS7 SpriteKit how to implement text-heavy HUD elements?
I'm building a SpriteKit based game and would like to have a heads up display to show various unit statistics (Example below on left). A user taps on a unit and can bring up a panel that hovers over the screen and is relevant to the current unit.…

Alex Stone
- 46,408
- 55
- 231
- 407
3
votes
1 answer
How to overlay text in OpenGL
I currently have a program that shows multiple spinning cubes approaching the near plane. One thing I am trying to do is display some text on the bottom left of the screen. Whenever i try to implement the text, my original code does not show. …

Evytyn
- 81
- 1
- 9
3
votes
1 answer
Overlay text on some else's window - HUD
I am interested in writing an application that overlays a small heads up display (HUD) over another application, in VB.NET. What is an example of this?
I will need to enumerate all open windows to find the window that I want, and then overlay some…

taglius
- 1,237
- 1
- 10
- 26