log tests/test_font.nim @ 876:164b41a2d5a6

age author description
Sat, 27 Jan 2024 00:31:11 +0700 Sam add: font/text improvments, support for newline rendering
Sat, 20 Jan 2024 21:36:41 +0700 Sam add: packed textures for font-atlas
Sat, 20 Jan 2024 21:28:17 +0700 Sam add: packed textures for font-atlas
Sat, 20 Jan 2024 20:17:03 +0700 Sam did: image & font refactoring, add texture-atlas-packing
Wed, 22 Nov 2023 23:24:47 +0700 Sam fix: tests, test_materials and test_mesh still needs to be done
Mon, 11 Sep 2023 21:31:22 +0700 Sam fix: all tests
Fri, 08 Sep 2023 00:34:24 +0700 Sam did: small font improvments
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?
Mon, 07 Aug 2023 00:23:00 +0700 Sam add: changing rendering system, not finished yet, also upgrading to Nim 2
Tue, 30 May 2023 16:59:01 +0700 Sam add: final font-rendering, API changes fixed
Sat, 27 May 2023 13:45:03 +0700 Sam add: font-test