Skip to content

Instantly share code, notes, and snippets.

@luizbills
Created July 20, 2024 23:04
Show Gist options
  • Save luizbills/273aba536b7772128cbbaad44c336dee to your computer and use it in GitHub Desktop.
Save luizbills/273aba536b7772128cbbaad44c336dee to your computer and use it in GitHub Desktop.
hello world in litecanvas
litecanvas()
function update (dt) {
}
function draw () {
cls(0)
text(0, 0, 'Hello World')
}