Mercurial > games > semicongine
view examples/hello_triangle.nim @ 473:04b8471bdab4
did: cleanup up a bit
author | Sam <sam@basx.dev> |
---|---|
date | Tue, 27 Dec 2022 20:47:48 +0700 |
parents | |
children | 14e5151f68d1 |
line wrap: on
line source
import engine when isMainModule: var myengine = igniteEngine() myengine.fullThrottle() myengine.trash()