log src/semicongine.nim @ 315:4921ec86dcb4

age author description
Sun, 23 Jul 2023 19:59:47 +0700 Sam did: preparations to refactor material system, still tons to do
Wed, 14 Jun 2023 22:55:00 +0700 Sam add: what seems like a working animation system, atm integrated with entities, will add more for meshes
Sat, 03 Jun 2023 01:39:02 +0700 Sam add: collision for hitboxes
Sat, 27 May 2023 13:44:02 +0700 Sam add: some api improvments, preparing for font-loading
Tue, 23 May 2023 01:05:06 +0700 Sam fix: gltf loading
Tue, 09 May 2023 01:11:51 +0700 Sam did: small refactoring of module structure
Sun, 07 May 2023 01:02:06 +0700 Sam add: skeleton for resources
Sat, 06 May 2023 23:06:33 +0700 Sam add: textures now support in shader via scene data, also: improved config handling a bit, more to come
Mon, 01 May 2023 01:15:39 +0700 Sam add: initial implementation of audio subsystem with mixer, currently missing windows implementation
Mon, 17 Apr 2023 18:02:19 +0700 Sam did: finish refactoring of render pipeline, yipi! :)
Wed, 12 Apr 2023 01:20:53 +0700 Sam did: big refactoring
Wed, 05 Apr 2023 00:40:38 +0700 Sam did: improve imports
Thu, 23 Feb 2023 00:34:38 +0700 Sam add: new vulkan api wrapper, not done yet
Sun, 22 Jan 2023 22:46:53 +0700 Sam did: deep refactoring of handling vertrex attribute and buffer updates, don't ask ;(
Fri, 20 Jan 2023 00:41:55 +0700 Sam did: cleanup main namespace, add: better coordinate handling in input example