ASTGL | |||||
Tutorials :: ASTEngine init
When starting develop an application based on AST_engine, you`ll need to init ASTEngine first:
Then you can load any resource. We need to register 1 callback (like in GLUT or DXUT):
eventsCallback - process input and other updates here Now, when the engine is initialized, launch the main loop:
Dont forget to destroy the Engine:
|