Extended Topics
It’s important not to focus too much on the particulars of the DialogBox
design UI – this book isn’t a book on graphic design, much to everyone’s relief – so here are some ideas and resources for taking your UI adventures to the next level:
- The Babylon.js team ran a summer event in August 2022 that urged community members to submit the amazing UI builds they had created with the GUIE. Two “starter” templates were provided for people that didn’t have an existing project:
These two samples are for a main menu system and an in-game menu and inventory system – what sorts of things can you build when you combine those as a starting point with what you’ve learned in this chapter?
- The Space-Truckers Main Menu is very much imperatively coded as opposed to the GUIE JSON files, which are declarative....