Mercurial > games > semicongine
view examples/hello_triangle.nim @ 475:dc9c038cb31a
did: exclude test output
author | Sam <sam@basx.dev> |
---|---|
date | Wed, 28 Dec 2022 11:44:08 +0700 |
parents | 04b8471bdab4 |
children | 14e5151f68d1 |
line wrap: on
line source
import engine when isMainModule: var myengine = igniteEngine() myengine.fullThrottle() myengine.trash()