<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > TBGL (Graphic Library) |
Description
TBGL module allows you to create and work with 2D/3D graphics directly from thinBasic.
TBGL provides interface for creating hardware accelerated graphics from thinBasic language.
How to use this module
Inside your script, before calling any module specific keyword, add the following:
USES "TBGL"
More info
A dedicated TBGL help file is located into \thinBasic\Help\ directory.
Credits
A big thanks and credit goes to Petr Schreiber, author of TBGL module and source of continuous inspirations and ideas.
|