Mercurial > games > semicongine
view semicongine.nimble @ 956:cca6f1a675db
fix: again, I think, I have now a correct syncing of vertex buffers updates and drawing of multiple frames in flight XD
author | sam <sam@basx.dev> |
---|---|
date | Mon, 01 Apr 2024 22:42:50 +0700 |
parents | 6baa9d0a354e |
children | a8ce28444cf2 |
line wrap: on
line source
# Package # name = "semicongine" version = "0.3.0" author = "Sam <sam@basx.dev>" description = "Game engine, for games that run on semiconductor engines" license = "MIT" backend = "c" installDirs = @["semicongine"] # Dependencies requires "nim >= 2.0" requires "winim" requires "x11" # also requires libx11-dev e.g. on debian systems requires "zippy"