Mercurial > games > semicongine
view examples/hello_triangle.nim @ 477:f226c99b5043
add: matrix multiplications, tests
author | Sam <sam@basx.dev> |
---|---|
date | Fri, 30 Dec 2022 15:56:17 +0700 |
parents | 04b8471bdab4 |
children | 14e5151f68d1 |
line wrap: on
line source
import engine when isMainModule: var myengine = igniteEngine() myengine.fullThrottle() myengine.trash()