JacksonHoggard / voodoo2d

👹 2D Java Game Engine built in OpenGL
MIT License
131 stars 50 forks source link

GUI #18

Open JacksonHoggard opened 4 years ago

JacksonHoggard commented 4 years ago

Describe the feature you'd like GUI features! There should be both static and dynamic elements that can be drawn onto the screen and the elements should remain in the same spot even if the camera moves.

image

GUI Elements to add:

Additional context This book contains a lot of information on lwjgl and how it works. Although it describes how to create a 3D engine, the HUD can be applied to Voodoo2D without any problems.

dubeypranav4 commented 1 year ago

Is this still needed to be done? I can take a jab.

JacksonHoggard commented 1 year ago

Go for it!