autogica / atgc

My side project, a game written in javascript. The "blog" is in the /issues
GNU General Public License v3.0
1 stars 0 forks source link

atgc-core-hud: implement a HUD? #40

Open jbilcke opened 9 years ago

jbilcke commented 9 years ago

Actually, that might not be such a good idea or simple task: we have to think about how it will integrates with devices such as Oculus Rift and thing like that.. How to make it fun, useful and not too obtrusive? Should it be 2D, 3D, always on, moving with the camera etc..?

I would love to see virtual-virtual-reality HUD elements like in those fancy games (The Division): HUD popups that look like they are in 3D, flying next to / over objects in the game. That's something very tricky to do in a virtual reality context (you need to analyze the scene and convert it to 3D) but of course in ATGC we are already in 3D, that would be just a matter of projecting a few vectors.. so why not?

jbilcke commented 9 years ago

gonna be in the atgc-ui namespace

with sub-modules such as:

atgc-ui-market: place to buy and sell stuff atgc-ui-map: only available to players with a satellite atgc-ui-hud: for flying crosshairs etc..