Samples TBGL Keyboard movement

Keyboard movement

Move an object using keyboard input.

Intermediate TBGL Uses: TBGL

Overview

This sample will demonstrate how to combine TBGL rendering with keyboard input to move an object interactively.

What you’ll learn

  • How to read keyboard state
  • How to update object position
  • How to combine input and rendering

Code

Uses "TBGL"

' Keyboard movement sample
PrintL "TBGL keyboard movement coming soon"

WaitKey
Try it yourself

This placeholder will be replaced by a real interactive TBGL sample.