log tests/test_vulkan_wrapper.nim @ 1021:73b572f82a1f

age author description
Thu, 09 May 2024 23:02:35 +0700 sam add: bases for a better input-system
Sat, 06 Apr 2024 15:27:09 +0700 sam fix: tests
Mon, 29 Jan 2024 00:19:35 +0700 Sam fix: all tests (once more)
Sun, 03 Dec 2023 00:05:38 +0700 Sam fix: cleanup when multiple textures use same vulkan image
Sun, 26 Nov 2023 19:53:00 +0700 Sam fix: all tests
Wed, 22 Nov 2023 23:24:47 +0700 Sam fix: tests, test_materials and test_mesh still needs to be done
Sat, 21 Oct 2023 01:06:51 +0700 Sam fix: first example to work correctly with new material system
Wed, 20 Sep 2023 22:35:04 +0700 Sam add: multi-material for meshes
Mon, 11 Sep 2023 21:31:22 +0700 Sam fix: all tests
Mon, 04 Sep 2023 00:48:00 +0700 Sam fix: remaining tests and an issue with updating uniforms
Sun, 03 Sep 2023 17:34:29 +0700 Sam did: undid using meshes as values, ref is much better, fix a few things, fix a few huge performance issues
Sat, 02 Sep 2023 23:51:02 +0700 Sam did: remove some stuff from the heap, maybe nicer?
Tue, 29 Aug 2023 00:01:13 +0700 Sam add: scene/shader compatability check, fix collision code to work with new APIs
Fri, 25 Aug 2023 01:14:04 +0700 Sam did: some cleanup
Fri, 25 Aug 2023 01:09:23 +0700 Sam add: make same attribute for different shaders work correctly, yipie!
Fri, 25 Aug 2023 00:29:51 +0700 Sam fix: many issues, better mesh-handling, still need to cope with different binding numbers when using different pipelines...
Mon, 21 Aug 2023 00:17:16 +0700 Sam fix: make stuff halfway working
Sat, 19 Aug 2023 23:30:25 +0700 Sam add: first complete working version of multiple materials and shaders per scene, yipie :)
Sat, 19 Aug 2023 22:24:06 +0700 Sam add: first complete working version of multiple materials and shaders per scene, yipie :)
Sat, 19 Aug 2023 01:10:42 +0700 Sam add: first, incomplete version of material use
Tue, 15 Aug 2023 23:51:37 +0700 Sam did next step in renderpipeline-refactoring, using shaderconfiguration objects instead for less ambigious shader-pipeline configuration
Mon, 07 Aug 2023 00:23:00 +0700 Sam add: changing rendering system, not finished yet, also upgrading to Nim 2
Sun, 23 Jul 2023 19:59:47 +0700 Sam did: preparations to refactor material system, still tons to do
Tue, 27 Jun 2023 00:17:40 +0700 Sam did: change API for ECS
Tue, 30 May 2023 16:59:01 +0700 Sam add: final font-rendering, API changes fixed
Wed, 24 May 2023 01:31:21 +0700 sam fix: API changes
Tue, 23 May 2023 16:29:01 +0700 Sam fix: api change of texture
Mon, 15 May 2023 18:25:24 +0700 Sam del: unused diagnostic function
Tue, 09 May 2023 19:52:57 +0700 Sam did: refactor image handling
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