| Tue, 21 Jan 2025 22:00:11 +0700 | 
  sam | 
  
   add: check whether submitted vertex-attribute-arrays have all the same length
   
   | 
 
 
  | Mon, 20 Jan 2025 23:12:30 +0700 | 
  sam | 
  
   add: squirrel hash
   
   | 
 
 
  | Sun, 19 Jan 2025 23:58:44 +0700 | 
  sam | 
  
   fix: wrong lerp
   
   | 
 
 
  | Sun, 19 Jan 2025 21:36:56 +0700 | 
  sam | 
  
   fix: typo
   
   | 
 
 
  | Sun, 19 Jan 2025 21:35:29 +0700 | 
  sam | 
  
   fix: more imports
   
   | 
 
 
  | Sun, 19 Jan 2025 21:35:05 +0700 | 
  sam | 
  
   fix: more imports
   
   | 
 
 
  | Sun, 19 Jan 2025 21:34:16 +0700 | 
  sam | 
  
   fix: import
   
   | 
 
 
  | Sun, 19 Jan 2025 21:31:38 +0700 | 
  sam | 
  
   add: lerp
   
   | 
 
 
  | Sat, 11 Jan 2025 15:34:21 +0700 | 
  sam | 
  
   fix: some more import-stuff
   
   | 
 
 
  | Sat, 11 Jan 2025 14:15:29 +0700 | 
  sam | 
  
   add: documentation comment
   
   | 
 
 
  | Sat, 11 Jan 2025 14:04:39 +0700 | 
  sam | 
  
   did: restructure files and imports
   
   | 
 
 
  | Sat, 11 Jan 2025 12:22:21 +0700 | 
  sam | 
  
   add: vulkan debug labels, did: improve build-config
   
   | 
 
 
  | Fri, 10 Jan 2025 00:09:59 +0700 | 
  sam | 
  
   add: function to set engine
   
   | 
 
 
  | Thu, 09 Jan 2025 23:27:30 +0700 | 
  sam | 
  
   fix: missing engine reference
   
   | 
 
 
  | Thu, 09 Jan 2025 23:03:47 +0700 | 
  sam | 
  
   did: put almost all global state into a single struct
   
   | 
 
 
  | Thu, 09 Jan 2025 01:03:06 +0700 | 
  sam | 
  
   did: short cleanup
   
   | 
 
 
  | Thu, 09 Jan 2025 01:01:31 +0700 | 
  sam | 
  
   del: unnecessary file
   
   | 
 
 
  | Thu, 09 Jan 2025 01:00:58 +0700 | 
  sam | 
  
   did: start working on big restructuring
   
   | 
 
 
  | Wed, 01 Jan 2025 19:36:55 +0700 | 
  sam | 
  
   fix: typo
   
   | 
 
 
  | Wed, 01 Jan 2025 17:52:51 +0700 | 
  sam | 
  
   did: fix overlapping glyph-quads (again)
   
   | 
 
 
  | Wed, 01 Jan 2025 16:38:27 +0700 | 
  sam | 
  
   fix: small offset error with left-bearing when aligning characters
   
   | 
 
 
  | Wed, 01 Jan 2025 12:42:43 +0700 | 
  sam | 
  
   did: clean up compiler warnings
   
   | 
 
 
  | Fri, 27 Dec 2024 22:00:46 +0700 | 
  sam | 
  
   fix: bad name for push constants
   
   | 
 
 
  | Fri, 27 Dec 2024 17:20:31 +0700 | 
  sam | 
  
   did: small improvment to allow easy adjustment of shader-code
   
   | 
 
 
  | Fri, 27 Dec 2024 16:43:58 +0700 | 
  sam | 
  
   did: cleanup, wrong direction in z-buffer
   
   | 
 
 
  | Thu, 26 Dec 2024 19:41:10 +0700 | 
  sam | 
  
   fix: still another bug in the cleanup of old buffers for text rendering
   
   | 
 
 
  | Thu, 26 Dec 2024 16:06:22 +0700 | 
  sam | 
  
   fix: bug with occupation of whitespace glyphs, performance improvment, generational text-handles
   
   | 
 
 
  | Thu, 26 Dec 2024 11:20:47 +0700 | 
  sam | 
  
   did: simplify text rendering API
   
   | 
 
 
  | Mon, 23 Dec 2024 00:32:07 +0700 | 
  sam | 
  
   did: improve descriptor-set handling + last fixes for new font/text rendering api
   
   | 
 
 
  | Sun, 22 Dec 2024 22:32:12 +0700 | 
  sam | 
  
   did: implement decent text rendering (I hope, we'll see)
   
   | 
 
 
  | Sun, 22 Dec 2024 00:31:29 +0700 | 
  sam | 
  
   did: finally got typography right, still improving text-rendering API to cache text parts
   
   | 
 
 
  | Sat, 21 Dec 2024 19:32:59 +0700 | 
  sam | 
  
   did: continue text layout, improve vector api
   
   | 
 
 
  | Sat, 21 Dec 2024 00:19:11 +0700 | 
  sam | 
  
   did: minimal work on next test
   
   | 
 
 
  | Thu, 19 Dec 2024 23:32:45 +0700 | 
  sam | 
  
   did: finally get text/glyph layouting correct again, 2/4 test adapted to new glyph API
   
   | 
 
 
  | Wed, 18 Dec 2024 23:39:54 +0700 | 
  sam | 
  
   fix: font-rendering alignment, still something off with positioning
   
   | 
 
 
  | Wed, 18 Dec 2024 00:11:40 +0700 | 
  sam | 
  
   did: try to add text-anchor
   
   | 
 
 
  | Mon, 16 Dec 2024 23:58:35 +0700 | 
  sam | 
  
   did: add horizontal advancment for glyph rendering
   
   | 
 
 
  | Mon, 16 Dec 2024 00:27:40 +0700 | 
  sam | 
  
   did: finished basic implementation of new glyph-rendering system
   
   | 
 
 
  | Sun, 15 Dec 2024 00:21:12 +0700 | 
  sam | 
  
   did: continue a lot on glyph renderer
   
   | 
 
 
  | Sat, 14 Dec 2024 17:17:51 +0700 | 
  sam | 
  
   sync from bedroom to office
   
   | 
 
 
  | Sat, 14 Dec 2024 16:34:02 +0700 | 
  sam | 
  
   autocommit
   
   | 
 
 
  | Sat, 14 Dec 2024 16:33:24 +0700 | 
  sam | 
  
   autocommit
   
   | 
 
 
  | Sat, 14 Dec 2024 16:32:26 +0700 | 
  sam | 
  
   autocommit
   
   | 
 
 
  | Sat, 14 Dec 2024 16:32:03 +0700 | 
  sam | 
  
   autocommit
   
   | 
 
 
  | Sat, 14 Dec 2024 16:31:37 +0700 | 
  sam | 
  
   autocommit
   
   | 
 
 
  | Sat, 14 Dec 2024 16:30:46 +0700 | 
  sam | 
  
   autocommit
   
   | 
 
 
  | Sat, 14 Dec 2024 16:30:07 +0700 | 
  sam | 
  
   autocommit
   
   | 
 
 
  | Sat, 14 Dec 2024 16:29:06 +0700 | 
  sam | 
  
   autocommit
   
   | 
 
 
  | Sat, 14 Dec 2024 16:27:26 +0700 | 
  sam | 
  
   autocommit
   
   | 
 
 
  | Sat, 14 Dec 2024 16:10:48 +0700 | 
  sam | 
  
   autocommit
   
   | 
 
 
  | Sat, 14 Dec 2024 16:10:29 +0700 | 
  sam | 
  
   autocommit
   
   | 
 
 
  | Sat, 14 Dec 2024 16:10:01 +0700 | 
  sam | 
  
   autocommit
   
   | 
 
 
  | Sat, 14 Dec 2024 15:52:29 +0700 | 
  sam | 
  
   autocommit
   
   | 
 
 
  | Sat, 14 Dec 2024 15:47:07 +0700 | 
  sam | 
  
   merge
   
   | 
 
 
  | Sat, 14 Dec 2024 15:41:23 +0700 | 
  sam | 
  
   autocommit
   
   | 
 
 
  | Sat, 14 Dec 2024 13:51:28 +0700 | 
  sam | 
  
   sync to notebook in bedroom
   
   |