Skip to content
rpg edited this page Dec 21, 2012 · 5 revisions

Skeleton - simple minimal application that does nothing. This is template for your future projects.

require 'lib.cheetah'
require 'lib.lquery.init'
local C = cheetah
C.init('Test', 800, 600, 32, '')

--write your game code here

C.mainLoop() --starts main loop, otherwise window will be closed immediately

Tutorials | Documentation Language: English | Русский
Clone this wiki locally