view semicongine.nimble @ 409:a430b5febe22

did: improve dynamic array, mesh and material APIs a ton, changes in material attributes are now detected and will trigger uniform-updates
author Sam <sam@basx.dev>
date Sun, 07 Jan 2024 00:56:44 +0700
parents 1727bec9ca2f
children f24d0e4c84d7
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"
bin           = @["simporter"]
installDirs   = @["semicongine"]

# Dependencies

requires "nim >= 2.0"
requires "winim"
requires "x11"
requires "zippy"