173 Commits

Author SHA1 Message Date
d679e978b1 add todo 2026-05-13 03:39:12 +10:00
d6b3e7444e more cleanup 2026-05-13 03:35:39 +10:00
d2d93f9e86 comment out freetype (for now) 2026-05-13 02:24:26 +10:00
b481fcf195 clean up dependencies 2026-05-13 02:23:31 +10:00
ca7b76168c update script, move stb_truetype 2026-05-12 04:47:52 +10:00
3a4518beb4 merge vulkan library into dlib 2026-05-11 06:34:32 +10:00
2c81e42008 reorganize files, port stbtt to d, remove truetype 2026-05-08 18:18:15 +10:00
f98e6cc07f some clean up (something broke!) 2026-05-03 16:26:41 +10:00
b0c0120fc4 reorganize files, fix wasm, good to go 2026-05-03 12:42:00 +10:00
83d09f6b49 remove more imports 2026-05-01 11:28:38 +10:00
f3bbe7e46b remove xxhash dependency 2026-05-01 11:27:12 +10:00
d7954721d8 remove public imports 2026-05-01 11:26:01 +10:00
31f329c8d5 lots of fixes to get this working in wasm 2026-05-01 11:16:04 +10:00
899a28a17e wip setting everything up for wasm 2026-04-25 17:39:06 +10:00
6ae59dab5b add slug vertex loading 2026-04-18 14:59:57 +10:00
ff0e689dd4 fix typo 2026-04-17 18:24:29 +10:00
29f88bd800 fix using wrong index for glyphs 2026-04-17 18:23:53 +10:00
4fbe1670b1 fix clamp bug 2026-04-17 18:21:52 +10:00
8690e93b41 update dlib to include vulkan 2026-04-17 16:44:11 +10:00
1a71c3235d change data structures to include texel info 2026-04-17 14:36:57 +10:00
91d7c75ca4 implement slug data packing 2026-04-17 14:18:56 +10:00
53dbb8bf34 change Str func 2026-02-02 05:54:10 +11:00
988270db0b simplify font structures 2026-02-02 05:29:28 +11:00
fc824c4191 change math funcs to templates 2026-01-17 12:07:59 +11:00
246e7006f5 fix accidental mutation in vec binary ops 2026-01-09 20:27:38 +11:00
9f70b8982c fix 2026-01-04 17:03:09 +11:00
2bff2f8b2f add string util 2026-01-04 17:01:04 +11:00
b9b9e9f986 fixes 2026-01-03 19:58:12 +11:00
337f4eae87 more font fixes 2026-01-03 17:46:26 +11:00
be8814cda2 proper font fixes 2026-01-03 17:44:29 +11:00
eee6918981 fix fonts 2026-01-02 18:40:50 +11:00
10c7fdcaed add mix & vector * scalar ops 2025-12-31 19:10:57 +11:00
1160d747cc fix hash table delete bug 2025-12-30 17:16:50 +11:00
5f35fba904 small util fixes 2025-12-29 18:23:32 +11:00
e77c1790f7 add vector clamp 2025-12-29 14:14:23 +11:00
6af1c3e126 change assert from static 2025-12-28 14:02:29 +11:00
74f992ade1 fix fonts (properly this time) 2025-12-28 14:00:54 +11:00
c00c404006 update fonts 2025-12-27 20:45:44 +11:00
c637de10ff fix max advance 2025-12-26 20:32:38 +11:00
70fd05f1e0 fix fonts 2025-12-26 17:46:37 +11:00
4c84d0ca40 fixes 2025-12-26 17:19:23 +11:00
5b6a36f845 update font code 2025-12-26 17:05:55 +11:00
bda9abf8b9 add scroll input capturing 2025-12-24 15:29:17 +11:00
809814577d add text from xlib inputs 2025-12-23 18:36:23 +11:00
7f4c109106 add no stbi build version 2025-12-16 18:02:10 +11:00
617e03f917 fix hashtable func 2025-12-13 15:21:30 +11:00
e5f91cae6d clean up linked lists 2025-12-12 18:53:53 +11:00
91e83eea1d put tests behind version flag 2025-12-10 17:25:01 +11:00
60b4e0cb27 properly handle resizes 2025-12-04 11:48:05 +11:00
9c541f8cf5 changes to x11 init 2025-12-02 06:58:10 +11:00