annotate semiconginev2/old/core/constants.nim @ 1226:c8e3037aca66 compiletime-tests

add: contrib stuff
author sam <sam@basx.dev>
date Wed, 17 Jul 2024 23:41:51 +0700
parents 56781cc0fc7c
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
397
ce66095e19e3 fix: bad way to do build config
Sam <sam@basx.dev>
parents: 396
diff changeset
1 const
ce66095e19e3 fix: bad way to do build config
Sam <sam@basx.dev>
parents: 396
diff changeset
2 RESOURCEROOT*: string = "resources"
ce66095e19e3 fix: bad way to do build config
Sam <sam@basx.dev>
parents: 396
diff changeset
3 ENGINENAME* = "semicongine"
ce66095e19e3 fix: bad way to do build config
Sam <sam@basx.dev>
parents: 396
diff changeset
4 ENGINEVERSION* = "0.0.1"
415
25db1fa56cb7 add: font/text improvments, support for newline rendering
Sam <sam@basx.dev>
parents: 397
diff changeset
5 TRANSFORM_ATTRIB* = "transform"
421
cc6a67473a52 fix: material handlinge, did: formatting, add: support for multi-material texts
Sam <sam@basx.dev>
parents: 415
diff changeset
6 MATERIALINDEX_ATTRIBUTE* = "materialIndex"
443
7629f85823a4 fix: font-api, allow consistent use of mesh-transform
Sam <sam@basx.dev>
parents: 421
diff changeset
7 ASPECT_RATIO_ATTRIBUTE* = "aspect_ratio"