Mercurial > games > semicongine
view semicongine.nim @ 1191:239adab121a3 compiletime-tests
sync from bedroom to office
author | sam <sam@basx.dev> |
---|---|
date | Mon, 08 Jul 2024 01:16:53 +0700 |
parents | a3eb305bcac2 |
children | 5aa1184fa5eb |
line wrap: on
line source
import std/algorithm import std/dynlib import std/enumerate import std/hashes import std/logging import std/math import std/macros import std/os import std/options import std/paths import std/random import std/sequtils import std/strformat import std/strutils import std/tables import std/typetraits as typetraits include semicongine/core include semicongine/events include semicongine/rendering initVulkan(REQUIRED_PLATFORM_EXTENSIONS)