Temechon / bGUI

A Babylon.js extension to create a game GUI
http://temechon.github.io/bGUI/
Do What The F*ck You Want To Public License
35 stars 7 forks source link

This is still useful! Reconsider deprecation? #8

Open KevinGrandon opened 8 years ago

KevinGrandon commented 8 years ago

@Temechon - Just wondering if you would ever re-consider deprecation of this project. WebGL GUI controls are still very useful even in a world where there are 2d canvas APIs. There are optimizations and uses-cases that require many projects to only leverage a single canvas, which means drawing game logic and the GUI all into one 3d canvas.

Happy to run off and fork this, but would love to see contributors rally around the original project. Thanks for all of your work here.

Temechon commented 8 years ago

Hi Kevin, I stopped this project because of the creation of Canvas2D built natively in Babylon.js. Canvas2D does everything bGUI did, and even more. Canvas2D is documented here, I advice you to take a look at it :)