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.
-3
votes
0answers
38 views
Adding a few features to a basic game in cocos2d (HUD Controls + Score, Intro Video, and a start screen) [closed]
I have followed Ray Wenderlich's tutorial from part 1-3 located here: http://www.raywenderlich.com/25736/how-to-make-a-simple-iphone-game-with-cocos2d-2-x-tutorial
I have done some modifications such ...
0
votes
1answer
39 views
Having Trouble calling HUD layer method from game layer Cocos2d
I can get the HUD layer to appear, but I can't seem to update it. I got it working in Ray's tutorial, but for some reason I can't get it working in my own app. I made a new Cocos2d project just so I ...
0
votes
0answers
18 views
Can I make hud outside viewport?
I need help. I just made a viewport. Sizes are: x = screenwidth;
y =screenheight - B;
How can I work with the remaining side of screen (x = screenwidth
.... y = B)
I want to draw string ...
0
votes
1answer
79 views
Car HUD and android bluetooth communication
I currently have a streaming internet radio app that runs on android. I am wanting to have it communicate with Car HUDs so I can display the current song info on the HUD screen.
For example, I just ...
0
votes
0answers
115 views
CCControlButton in hud layer in cocos2d
This might be a usage mistake from my side, but I can't get CCControlButton to catch any touches while inside a hud layer. I implement HUD layers this way: ...
0
votes
1answer
84 views
MBProgressHUD view not hiding
In one stack I am displaying the MBProgressHUD and if by using the other stack when some calculation called I want MBProgressHUD to remove from the view but it is not been removed from the hud ..check ...
2
votes
1answer
111 views
How can I get results from the HUD DBus service under GNOME?
I'd like to (programatically) access results from Ubuntu's heads-up display (HUD) menu service under GNOME 3.6. I've been playing around with the DBus interface for the HUD with some success, but ...
0
votes
1answer
251 views
Drawing a HUD over 3D view OpenGL ES 2.0 iOS with text
I'm currently self teaching myself OpenGL ES 2.0 for iOS development and need to know how to create a HUD over my 3D render with some text over it. For starters, I'd like the HUD to display the ...
0
votes
1answer
136 views
XNA C# Creating HUD in 3D
I would like to create a simple label on 3D display. Something like this.
I tried using SpriteBatch and SpriteFont which only gave me more problems.
Also, I was through some tutorials that didn't ...
1
vote
3answers
113 views
AlertView? Alert? What is it?
I've seen some cool looking "windows" / "alerts" /whatever they are called. I wish I knew. Here's some examples of them:
These shouldn't be Apple exclusive, since I've seen 3rd party apps use ...
0
votes
1answer
143 views
How to build a Head Up Display in OpenSceneGraph that resizes depending on the screen's resolution?
I'm pretty new to OpenSceneGraph and I have the following problem:
I'm trying to build a 2D Head Up Display out of several images, so that it can resize depending on the screen's resolution. That ...
1
vote
2answers
99 views
What's wrong with this Texture Mapping?
I am about to go mad because of texture mapping of openGL. It nevers maps the right thing, please have a look.
glEnable(GL_TEXTURE_2D);
glBindTexture(GL_TEXTURE_2D, speed.texID);
...
0
votes
0answers
286 views
Transparent Qt window on top of DirectX
I want to make a transparent frame-less QWidget which looks like it is being rendered on top of another QWidget.
My intention is to create a HUD on top of a 3D-game using DirectX and Qt.
In my ...
0
votes
1answer
264 views
ios - ASIHTTPRequest and HUD Loading View Start and Stop
I have successfully implemented the ASIHTTPRequest framework to download a file from a URL and it saves in my Document Directory - YIPPIE!!!
Now I would like to show a Progress of some sort, so that ...
1
vote
0answers
66 views
MBProgress HUD with Google calendar
hello guys i'm trying to show mbprogress during my app download google calendars event but i have a problem...if i add mbprogress i can't download events...
here my code:
- (void)viewDidLoad
{
...
0
votes
1answer
153 views
CCLayer UIGestureRecognizer and HUD
Hi fellow cocos2d game devs, i've a simple problem
I am implementing a CCScene that has two CCLayers on it, one is the game and the other is the HUD implemented as so:
+ (CCScene *)scene {
...
0
votes
2answers
251 views
MBProgressHUD flashes after finish and blocks UI for 2 seconds
I have some problems with MBProgressHUD. I am downloading some images and JSON and trying to show the status.
This is on my viewdidload:
HUD = [[MBProgressHUD alloc] initWithView:self.view];
...
0
votes
0answers
233 views
Creating a HUD for PokerStars using C#
I want to create a HUD for PokerStars similar to Holdem Manager:
Screenshot
I'm using Visual Studio and C# language, and Windows 7 64-bit. The HUD will show some boxes with some information. The ...
0
votes
1answer
229 views
Partly Transparent HUD-style overlay in OpenGL
I'm trying to make a program showing a red rotating cube in the background, overlayed with a textured quad.
The texture is a simple 24-bit bitmap of the words "Hello World" in black over a white ...
0
votes
1answer
102 views
Resizeable Custom NSPanel
OK, here's my situation :
I'm trying a HUD-like custom-controls collection, SNRHUDKit.
I'm specifically using SNRHUDWindow as my main window class
No matter what, although it actually works, I can't ...
1
vote
0answers
122 views
Accessing turn-by-turn direction text from google navigation
What I am trying to do it read the next turn-by-turn direction from the Navigation App, assuming you already have a destination set. For example, I would need to somehow monitor the current driving ...
1
vote
0answers
59 views
Joystick in HUD layer
I want to give the image a joystick to HUD.
The HUD file I have:
myJoystick = [CCJoyStick initWithBallRadius: 25 MoveAreaRadius: 65 isFollowTouch: NO isCanVisible: YES isAutoHide: NO ...
3
votes
1answer
1k views
Drawing UI elements directly to the WebGL area with Three.js
In Three.js, is it possible to draw directly to the WebGL area (for a heads-up display or UI elements, for example) the way you could with a regular HTML5 canvas element?
If so, how can you get the ...
0
votes
0answers
279 views
Drawing HUD (2d text and image over 3d scene) on android opengl es 2.0 app using matrix
I'm new to android opengl es 2 programming, now, I'm developing a little game and I'm using shaders and matrix to manage 3d scene.
I want to create a HUD or simply show some text or 2d image over a 3d ...
1
vote
1answer
244 views
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 ...
0
votes
2answers
347 views
Html5 based Loading Progress HUD
Just wondering if anyone can recommend a good loading HUD for a SPA based html page (written in asp.net mvc)?
Being a SPA based web app I want to be able to give user some type of UI based feedback ...
0
votes
2answers
199 views
UIViewController or UIView as a hud on top of UIWindow?
I want to present a UIViewController with a UIView on top of my application wherever I am in the application. I want to add this to the UIWindow as a hud view. Is this possible? How should I start ...
1
vote
1answer
226 views
Trying to make Qt HUD in OSG, camera issue
I'm kind of newbie in both OSG and Qt, still I'm trying to make Qt HUD upon my OSG window, what I want is Qt interface elements fixed inside OSG scene, not spinning with the model. The thing is, I ...
2
votes
2answers
549 views
HUD with multiple lines
How can I make HUD that has multiple lines?
He is my code, but the labelText is one line
HUD = [MBProgressHUD showHUDAddedTo:[[TTNavigator navigator] window] animated:YES];
HUD.customView = ...
0
votes
0answers
82 views
OpenGL ES - HUD not displayed when lights used in 3D scene
I have trouble with displaying an Ortho 2D HUD layer on top of my 3D scene in OpenGL ES on iPhone. Everything works as expected until I use some lights in my 3D scene. Seems like HUD rendering is ...
0
votes
0answers
260 views
DirectX9 HUD, Menu & World-Based GUI Display
I have searched through the current questions but I haven't found the specific answers I am after.
Basically I am looking to start making a menu system and HUD system for my game and I am wondering ...
0
votes
1answer
307 views
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 ...
1
vote
2answers
253 views
Why is my HUD not rendering in OpenGL?
I'm new to OpenGL, and I've been going through NeHe's tutorials and various other web sources, and I'm testing some things to render text as a HUD of sorts over everything else.
After a very long ...
0
votes
3answers
396 views
MapView and setRegion:animated:
Can I know when mapView completed drawing the map after setRegion?
I showing HUD before calculating region parameters:
[SVProgressHUD showWithStatus:@"Finding"];
MKCoordinateRegion newRegion;
...
1
vote
1answer
99 views
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 ...
3
votes
0answers
156 views
IPad MBProgressHUD does it support device orientation change?
I have been using MBProgressHUD for displaying hud. Everything works ok in portrait mode, but when i change device orientation, hud is not rotated properly?
Is there some property to set hud the ...
0
votes
1answer
283 views
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 ...
0
votes
3answers
407 views
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 ...
1
vote
1answer
757 views
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 ...
0
votes
0answers
779 views
Communicating between HUD layer and HelloWorldLayer Cocos2d
I've been trying to combine the code from 2 online tutorials for Cocos2d (Toggle Buttons and HUD Layer). It's sort of working, but not exactly as I want it to...
I want the HUD Layer to control a ...
0
votes
2answers
149 views
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 ...
0
votes
1answer
171 views
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 ...
1
vote
1answer
259 views
Java3d: How to edit a drawn 2d overlay on a Java 3d scene?
I used the technique answered this question: Java3D: Painting 2D HUD over a Canvas3D
And my code is something like this:
...
GraphicsConfiguration config = ...
2
votes
2answers
1k views
OpenGL 2D hud in 3D application
I have been trying to create a hud in my OpenGL application. Having looked around, it seems the way to do it is with an ortho projection, but so far I have not been able to get the program to render ...
2
votes
1answer
529 views
A Design Pattern for Menu Navigation (in c/c++)
Can you recommend a Design Pattern or strategy for elegantly handling screen based menu navigation?
Where "Screen Based" means a series of interconnected full screen "pages" with buttons that link to ...
1
vote
1answer
844 views
XNA C# HUD SpriteFont
I added a SpriteFont to my HUD and this is what I get:
http://i557.photobucket.com/albums/ss13/KookehMonsters/Dev/Untitled-1.png
All those white spots are from my camera panning and the text ...
2
votes
2answers
4k views
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 ...
0
votes
1answer
202 views
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 ...
1
vote
2answers
2k views
XNA C# Creating a Heads Up Display
I was wondering how to approach creating a HUD.
I currently have health, mana, and experience bar drawn to the screen at set coordinates. Downside of this is that when the camera pans the bars stay at ...
3
votes
1answer
1k views
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 ...

