g3n / engine

Go 3D Game Engine (http://g3n.rocks)
https://discord.gg/NfaeVr8zDg
BSD 2-Clause "Simplified" License
2.79k stars 295 forks source link

Question: making a HUD with bitmap #239

Open tomekc opened 3 years ago

tomekc commented 3 years ago

Hello, I was playing with the G3n, and looking for a way to implement HUD, or bitmap overlay of some sort - like in almost any first-person shooter game (Doom-like).

I could use gui.NewImage() and add it to scene at specified position, but apparently scaling/stretching is not possible.

Any better ideas?