Questions tagged [hud]

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.

162 questions
1
vote
1 answer

What is The Correct View Matrix For The HUD Camera?

I'm using OpenSceneGraph in Android with GLES2. I have two cameras: one for the scene and the other for the HUD. The scene camera is the main camera in my osgViewer. My trouble is with the HUD's camera. I am trying to add an OSG geometry to the 2D…
Dyn0myte
  • 650
  • 1
  • 5
  • 11
1
vote
1 answer

How can I create a HUD in Android without?

I'm working on my first game and I'm a bit stuck. I cannot for the life of me figure out how to create a UI or HUD. What I am trying to do is get the game screen to take up about 75% of the screen and an overlay with buttons to purchase things to…
Droid
  • 65
  • 1
  • 9
1
vote
1 answer

Faulty texturing in 2D HUD

I am trying to implement HUD to my 3d application, what I have achieved is I have a rectangle at certain position, with texture over it. The problem is that whenever I rotate or move camera, texture scales or moves with the camera, looks very weird.…
0
votes
1 answer

Window Hud Behavior (Pass through clicks, can't be minimized)

I'd like to write a simple HUD style application using WPF (if I'm using the wrong technology, I'll take suggestions). As a simple example, I'd to place text along the top of the screen like "Library Computer" that ignores all clicks (ie doesn't…
Ternary
  • 2,401
  • 3
  • 31
  • 54
0
votes
3 answers

iOS Urban Airship progress and HUD

I'm really stuck on this one. We have an IAP where the list view is our own and we point directly to the UADetailView for purchasing. Because of this we don't have a progress bar to tell the user how the download is going, and our downloads are…
Jorgen
  • 465
  • 3
  • 10
  • 24
0
votes
2 answers

How to make view partials in Objective C?

Old question title: How to capture events in parent UIViews, such as HUD layers? I am attempting to write a game using the UI framework rather than cocos2d. I would like to make View partials with all their events handled properly. It does not…
zardon
  • 2,910
  • 6
  • 37
  • 58
0
votes
1 answer

How to block navigation/tabbar controller for 5 sec?

I have ATMhud. I' m showing hud with progress bar. I want to download actualization then. But user can back to previous view and stop actualization. I' m tried push "push black view", but i only cover current view without navigation/tabar. How i…
user968991
  • 31
  • 6
0
votes
0 answers

Unity World Space UI that renders in front of gameobjects but is still maskable

So here's the gyst. I'm working on creating a Head Up Display (HUD) such as is found in military jet aircraft among others. To do this, I have a world space canvas which contains the HUD display functions. All fine. Now here's my issue. On an actual…
the_pied_shadow
  • 337
  • 1
  • 4
  • 10
0
votes
0 answers

Display 3D data from radar on 2D HUD

I'm writing a script for game Stormworks in in-game Lua based microcontroller thingy. It can get bunch of stuff as an input, do whatever is in the script, and output it to whatever. Currently, I have a Radar component that provides Azimuth,…
N3ttX
  • 94
  • 1
  • 9
0
votes
1 answer

adding HUD to UIImageView

I am pulling an UIImage asynchronously to show it in my UIImageView, while I am waiting for the image, I want to show a spinner/HUD inside the UIImageView. What is a good spinner/HUD to be shown inside a HUD? I've seen a few apps that does this, not…
adit
  • 32,574
  • 72
  • 229
  • 373
0
votes
1 answer

How do I project Python terminal to another window?

So, basically I need to make a code that ask the user some questions and they must answer, but the person who requested the project asked for a better looking HUD for asking the questions and getting the answers. Is it possible to do it in a…
Lucas
  • 1
0
votes
0 answers

Prevent Dota 2 HUD from scaling

I was wandering if there is any way (maybe a console command) to keep the "external" size of the in game HUD unchanged when a hero acquires new abilities. e.g. when Tusk gets his Aghanim's scepter and gains Walrus Kick the abilities become 5 and the…
Foufhs
  • 53
  • 5
0
votes
1 answer

Silverlight Custom Loading Screen Like MBProgressHUD

Just wondering if anybody has any advice on making a custom loading indicator/HUD for silverlight that resembles the MBProgressHUD for the iphone. https://github.com/jdg/MBProgressHUD All I want is a busy indicator, like the one that comes with the…
0
votes
0 answers

Is there a way to generate names on top of a sprite?

I'm a beginner in java and I'm using libgdx. Currently, I've followed a youtube guide to create a simple mario game and tweaked it into a 2 player game. However, is there a method to generate a name on top of a player to identify which player is…
Vesper
  • 11
  • 4
0
votes
1 answer

SwiftUI - Animating HUD / Pop Over like iOS Silent Mode

I'm trying to clone the following animation from iOS: Here's my code. I'm stuck with the animation of the star. I'd for example like to shake it a little bit or rotate it around it's y-axis. Here's my code: struct ContentView_Previews:…
SwiftUIRookie
  • 591
  • 7
  • 16