Tagged Questions
The hud tag has no wiki summary.
5
votes
3answers
3k views
Game UI HUD
What are some good tools and techniques for making in game UI? I'm looking for things that help artists-types create and animate game HUD (heads up display) UI and can be added to the game engine for ...
4
votes
2answers
226 views
Creating an advanced HUD
Im making an interface for the AR Drone Quadcopter in WPF.
I neen some stuff on my HUD to make it usable.
One of the more advanced controls on the HUD is the artificial horizon, which tells the pilot ...
4
votes
1answer
854 views
How to implement HUD-style window like Address Book's “Show in Large Type”
Several apps, including the built-in Address Book use a HUD window that is semi-transparent, with large shadowed text. I'd like to implement a similar window in my Cocoa Mac app.
Is there a free ...
3
votes
1answer
377 views
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 ...
2
votes
1answer
94 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 ...
2
votes
1answer
537 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 ...
2
votes
0answers
31 views
How to add a widget from the mac_widgets java api to HudWindow
Good day,
I recently came accross the mac_widgets api for java. I went through the docementation and exaples but i didn't find a way to add widgets to the HudWindow. I came accross an online solution
...
2
votes
1answer
138 views
Need help with scroll VIew and HUD
I m new toh iphone development. Now i m doing here is i m loading a view with a scroll view inside it on which I m showing pictures.
I have got a basic navigation controller in the app..
now on ...
2
votes
2answers
236 views
HUD Buttons using Template Images
I'm building a semi-transparent floating HUD window in my application, which is intended to look like the Quick Look HUD window, specifically using the Enter/Exit full screen image. Cocoa provides the ...
2
votes
1answer
602 views
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 ...
2
votes
2answers
929 views
iPhone HUD style progress bar
I've been wanting to create a HUD style loading bar like the SMS app on the iPhone used to have (http://www.jonokane.com/images/blog/iphoneFixProblem.jpg) but don't know how. I was wondering if anyone ...
2
votes
2answers
2k views
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,
...
1
vote
1answer
42 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 = ...
1
vote
2answers
99 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 ...
1
vote
2answers
270 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 ...
1
vote
2answers
203 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 ...
1
vote
2answers
287 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 ...
1
vote
2answers
362 views
Xcode4 “Build Finished” HUD
I'm searching for a library which implements something like Xcode 4's HUD which displays when a build is finished and such things.
Can someone give me a link or some hints how to implement it?
To ...
1
vote
1answer
299 views
MBProgressHUD for Mac? - Cocoa
So I'm used to the iPhone API, and I used MBProgressHUD a lot in my iPhone applications, but since I started developing apps for the Mac I noticed that I can't use MBProgressHUD. Is there an ...
1
vote
1answer
433 views
iphone nsurlconnect, tableview and activity indicator
i've a method that perform a connection to retreive some data and popolate a tableview.
This method works great.
Now i'm launching this method in viewDidLoad with
[NSThread ...
1
vote
2answers
638 views
Is there a simple open source HUD (similar to MBProgressHUD) that I can use on IPhone?
I don't want to use MBProgressHUD because of the overhead for threads and managing background asks. I don't need a background task handler. Just a simple, thread safe library that deals with ...
1
vote
0answers
82 views
What technologies are best for making a heads-up display (HUD) for a third-party application in Windows?
I have a third-party (closed-source) application that I'd like to write a heads-up display (HUD) for. The HUD should at the very least be able to:
Render text & graphics on top of the ...
1
vote
1answer
581 views
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 ...
1
vote
2answers
418 views
Are there any guidelines for appropriate use of the Black HUD UI in OS X?
Does anyone know what the HIG are saying about the black HUD UI in OS X?
0
votes
0answers
48 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
22 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
21 views
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.
The game has a HUD layer with score at the top (and other meta data) and I use
[self.view addSubview:y] or
...
0
votes
0answers
25 views
ProgressBar Calculate Values
I am using the ATMHud Framework.
My App is downloading images from a webserver.
I would like to show a HUD with a ProgressBar in it!
Like: Screenshot1
No problem. But the values of the progress ...
0
votes
1answer
52 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 ...
0
votes
0answers
36 views
Set webview active when click anywhere in a HUD (NSPanel) window
I have a webview in a HUD window. When I'm working in another application and would like to click on a button in the web view, the HUD window will become active, then I have to click again to actually ...
0
votes
1answer
54 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 ...
0
votes
1answer
230 views
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 ...
0
votes
1answer
168 views
How to set transparency to HUD Window
I am using standard HUD window (Drag and drop from IB Library). But I don't see any control to set the transparency of this HUD window.
I also tried to customize NSPanel to create HUD window . But ...
0
votes
1answer
245 views
Limit mouse movement to one window only
I am trying to mimic a Head-Up Display in a racing simulator, and I want to display a semi-transperant program window (i.e. a browser window showing a java applet) which limits mouse movements to that ...
0
votes
1answer
357 views
Updating variables in addcontentview - android
I have been developing a game with opengles for android and have a glsurfaceview displayed. I also have a textview displayed over this by using
addContentView(mytextview, new ...
0
votes
1answer
419 views
How do I overlay a textview over a glsufaceview(android)
Ive been following the android opengl tutorials at http://blog.jayway.com/2009/12/03/opengl-es-tutorial-for-android-part-i/
and have searched on how to go about adding a hud type display. The simplest ...
0
votes
0answers
156 views
How to create multi instance of NSPanel out of the nib file
I created a simple app and adde a hud window in the
IB then bind it to a IBOutlet in the AppController class.
Then I added a button and when I click it the hud window
will appear:
[hudWindow ...
0
votes
1answer
309 views
Cocoa HUD Window: remove transparency?
I have a standard NSPanel set to HUD style. I want to change the background color, primarily because I want to have a toolbar and don't see any way of making either a standard nstoolbar look good on ...
0
votes
1answer
262 views
Overlay a view over whole screen, when using UITabBarController?
I want to overlay a HUD-style transparent graphic over the entire screen in a UITabBarController setup. The button to do this is in the first tab's screen (FirstViewController), and the overlay should ...
0
votes
2answers
275 views
OpenGL Glass HUD?
Hello I Would like to know how to make somthing that looks like "Glass" the example would be in the game called Pikmin.
its in the HUD and i would like to know how to create somthing similar.
I Am ...
0
votes
1answer
83 views
o3d textures and transparency
I'm working at galery on o3d(plagin version) and I need make photos transparent. Photos are on hud. Here is some code:
g_canvasInfoPict = o3djs.canvas.create(g_pack, g_hudRoot, g_hudViewInfo);
...
0
votes
0answers
169 views
Overlay for 3rd party application
I'm looking for a way to display an overlay (hud) for a third party application on MacOSX. It should look like this.
My working steps would be:
find window by title
get resolution of window
create ...
0
votes
1answer
148 views
how to customize the color of frame and title area of HUD panel
I need to let the user to customize the HUD window appearance. Is there a way to change the frame and the title area color of HUD window? There is an API for changing a background color of the window, ...
0
votes
1answer
437 views
OpenGL ES displaying HUD display Text can't be colored black on top of textured 3D objects
This is a follow-up of this question on here
http://iphonedevelopment.blogspot.com/2010/02/drawing-hud-display-in-opengl-es.html
It tackles on the HUD (heads up display) which is based on this ...
0
votes
3answers
704 views
Flash GUI Interface Hud
I would like to create a main menu and a hud within the application that stores and displays user information. Buttons like sound and main menu options should exist..
Now i cant seem to find any ...
0
votes
2answers
508 views
Mac OSX Overlay
How would I go about programming a HUD type overlay in OSX.
I want to be able to have an application that will display text at a certain point over a different application's window.
And thus if the ...