A few helpers to print text on screen quickly. The output has 10 slots that you can use to print text out.
Example:DebugOutput.enable(true) DebugOutput.set(1,string.format("a = %.2f",math.pi))This will print pi as text on the screen. This is useful i.e. if you try to figure out good values for angles, rotations, velocities, etc. during runtime.