log src/semicongine/engine.nim @ 152:260965aefc39

age author description
Thu, 27 Apr 2023 20:48:48 +0700 Sam fix: wrong layers activated
Wed, 26 Apr 2023 02:15:43 +0700 Sam add: upgrade all simple examples to new engine version
Tue, 25 Apr 2023 18:32:23 +0700 Sam add: window-resize check
Tue, 25 Apr 2023 18:23:57 +0700 Sam add: correct mesh buffer data updates to GPU
Sat, 22 Apr 2023 17:34:42 +0700 Sam add: some helper functions
Thu, 20 Apr 2023 23:45:36 +0700 Sam add: remove a few warning, improve a few things
Thu, 20 Apr 2023 21:59:52 +0700 Sam add: correct swapchain destruction, update 1st example to be working
Wed, 19 Apr 2023 01:45:16 +0700 Sam add: recreation of swapchain (at least on linux, windows will likely fail, needs testing
Tue, 18 Apr 2023 03:04:37 +0700 Sam add: input handling, small refactoring for renderer
Wed, 12 Apr 2023 01:20:53 +0700 Sam did: big refactoring
Sun, 26 Mar 2023 01:56:19 +0700 Sam add: render main loop structure
Fri, 24 Mar 2023 00:11:42 +0700 Sam add: descriptors, better swapchain implementation