Edward R. Gonzalez ed
ed pushed to master at ed/Surgo 2025-01-23 05:06:06 +00:00
55f7976baa update deps scripts (keep the check for updating the repo manually
ed pushed to master at ed/GASATHON 2025-01-23 05:00:09 +00:00
a2bcafbec6 Basic changes to build/target/uproject while dealing with Seekers boostrap
ed pushed to master at ed/SectrPrototype 2025-01-14 01:44:14 +00:00
07cd28226f update to latest
ed pushed to master at ed/SectrPrototype 2025-01-13 06:08:09 +00:00
0cd2d84c64 Simplified text rendering code (since its now much of the heavily lifting is all on VEFontCache)
7680290650 vefontcache fixes
Compare 2 commits »
ed pushed to master at ed/SectrPrototype 2025-01-13 03:03:44 +00:00
fd424c94bb Fixed bug wth vefoncache storage_entry.visible, added building stb_truetype to dep update
ed pushed to master at ed/SectrPrototype 2025-01-12 21:42:00 +00:00
9d5ac7b0d2 got it to compile with vefontcache changes, runtime issues..
ed pushed to master at ed/SectrPrototype 2025-01-12 19:01:16 +00:00
9da0e73d3b Misc changes to engine and shaders
bc47b37a46 Update vefontcache to latest
a869ebab69 Add custom stb_truetype package/lib to thirdparty for vefontcache update
Compare 3 commits »
ed pushed to master at ed/SectrPrototype 2025-01-10 16:02:06 +00:00
22cf5c653b Update readme
ed pushed to master at ed/SectrPrototype 2025-01-10 14:32:26 +00:00
e23935db5b More cleanup, preparing VEFontCache for public repo
ed pushed to master at ed/SectrPrototype 2025-01-10 06:54:25 +00:00
50dd6130c8 Working towards getting the library to an alpha release state
488e5ba67f shaper_shape_text_latin was not resolving atlas info and bounds + lru poollist touchup
Compare 2 commits »
ed pushed to master at ed/SectrPrototype 2025-01-10 04:48:49 +00:00
9ab7bf78c6 made draw type vis a compile time option
ed pushed to master at ed/SectrPrototype 2025-01-10 04:37:22 +00:00
b5fdc02b7d Updates to client api settings and memory suage of sokol_gp
c114624eee fixes for: Atlas-Region B clear-region on caching glyph, batching, & tuning default values for performance
Compare 2 commits »
ed pushed to master at ed/SectrPrototype 2025-01-09 19:55:07 +00:00
08a8b4b823 Insane perfomrance after tuning the batch and caches.
ed pushed to master at ed/SectrPrototype 2025-01-09 18:23:40 +00:00
b4abde1094 Misc: VFontCache perf and features, exposing config on prototype side...
ed pushed to master at ed/SectrPrototype 2025-01-08 13:38:16 +00:00
ce84652417 More offloading to shaper, seeing if its better todo some math in loop...
ed pushed to master at ed/SectrPrototype 2025-01-08 03:24:30 +00:00
18d8735c54 Preparing to attempt to offload various metric calculations for a shape's glyphs to the shape itself from the draw list generator
fa627b4c4a LRU proper casts id to Pool_ListIter (don't assume i32)
6010dd1590 Fix for blitting
Compare 3 commits »
ed pushed to master at ed/SectrPrototype 2025-01-07 22:52:51 +00:00
7dee697103 partially restoring old order to try to identity the regression with blitting to atlas...
ed pushed to master at ed/SectrPrototype 2025-01-07 15:24:06 +00:00
6e01c39899 Builds again has on text rendering (makes sense)
ed pushed to master at ed/SectrPrototype 2025-01-07 08:06:20 +00:00
3a245a1e9b WIP (Broken) docs and huge changes
ed pushed to master at ed/SectrPrototype 2025-01-07 02:18:46 +00:00
a9080fe1f3 LRU cache now as templated key type