Commit Graph

24 Commits

Author SHA1 Message Date
Ed_
d469fd53e8 progress on VEFontCache port 2024-06-05 13:27:34 -04:00
Ed_
26ad2d1e49 VEFontCache : Finished porting the LRU 2024-06-03 01:04:24 -04:00
Ed_
33ddd420b7 Progress on porting fontstash 2024-06-02 17:29:27 -04:00
Ed_
936c0100ba Got text rendering to work with sokol_gfx (learngl text rendering article #1)
Need to todo the altas article next then the optimizing vod
2024-05-30 13:06:51 -04:00
Ed_
469fa5f8ec Fixed hot-reload for sokol 2024-05-26 13:33:54 -04:00
Ed_
368abefccf Restored some of the window awareness previously avail in raylib for the new sokol layer.
Switched frametime_delta32 to frametime_avg_ms.

I'll problably rename it and keept delta32 for actual delta. Reading over the sokol_app code I noticed it uses the avg frametime and definitely want to do that for spike alleviation...
2024-05-22 15:39:19 -04:00
Ed_
cdfc3d65bb Added sokol library to thirdparty
Going to get sokol_gp soonish
Need to look into figuring out text rendering...

I'm preemtively getting this stuff now but I problably won't be swapping raylib impl anytime soon.
2024-05-19 14:04:54 -04:00
Ed_
ddff1fcae6 typos and buildscript fixes & additions 2024-05-16 18:16:14 -04:00
Ed_
6d1a32b124 Move odin compiler and ols to their own directory separate from thirdparty packages: toolchain 2024-03-19 18:52:33 -04:00
Ed_
2c321b27fc Updates to deps 2024-03-19 11:55:13 -04:00
Ed_
44ed7a2a85 Improved update_deps.ps1 2024-03-19 11:47:40 -04:00
Ed_
d29a1e20e7 very minor tidying 2024-03-19 08:36:58 -04:00
Ed_
36bf6840e4 update ols/odin repos 2024-03-18 11:54:06 -04:00
Ed_
cf7660e385 first 'full' layout draft impl done.
found a memory bug...
2024-03-14 02:02:09 -04:00
Ed_
9efd752180 Updates to odina ols repos 2024-03-12 02:32:37 -04:00
Ed_
197dd82e78 update odin repo 2024-03-09 14:53:51 -05:00
Ed_
cb58f4faef Improvements to UI signal 2024-03-08 18:45:27 -05:00
Ed_
90478bec94 Added ols to thirdparty ( just keeping own copy for the repo ) 2024-03-07 23:08:43 -05:00
Ed_
aa47f0ead0 Slab allocator compiler bug fixes 2024-03-07 18:29:49 -05:00
Ed_
f1da2f7ded Update odin repo again 2024-03-06 16:43:45 -05:00
Ed_
be5d55b2ad Updated odin repo 2024-03-06 16:41:07 -05:00
Ed_
e1a2395a52 Commiting odin repo and init repo subprojects 2024-02-24 22:28:46 -05:00
Ed_
89f2041b79 Setup project to auto-grab dependencies directory from a fork of the odin repo. 2024-01-22 21:38:09 -05:00
Ed_
77a48d7104 Memory setup for hot-reload & save states 2024-01-22 00:22:06 -05:00