view examples/test.nim @ 5:4ed9cb098315

add: structure code for crossplatform, add some input handling + bugfixes
author Sam <sam@basx.dev>
date Thu, 22 Dec 2022 00:06:40 +0700
parents 213fdf8d31dd
children
line wrap: on
line source

import engine


when isMainModule:
  var myengine = igniteEngine()
  myengine.fullThrottle()
  myengine.trash()