Overview
This sample introduces the minimal structure of a TBGL script: loading the module, creating a window and running a basic render loop.
What you’ll learn
- How to load the TBGL module
- How to create a simple graphics window
- How a basic render loop is structured