Getting Started - Doge2Dev/LitiumVM GitHub Wiki

Getting started

For the first hello world, we will use the litgraphics module:

Go to render() pre-buitin function and write inside the function:

function render()
   litgraphics.newText("hello world", 120, 120, 8, 3, 1)
end

You created your first hello world with Litium.