197 Commits

Author SHA1 Message Date
Ed_
4ac28655b8 update sokol & stb 2025-07-12 22:47:19 -04:00
Ed_
84451a74ad change region directive to comment 2025-06-30 09:11:53 -04:00
Ed_
74bbc8d6f6 update gitignore for raddbg 2025-06-26 23:13:06 -04:00
Ed_
a43c1eb186 use stream instead of dynamic for bufer updates (sokol backend) 2025-06-26 23:11:11 -04:00
Ed_
434fe87fa0 Maint: Updated Harfbuzz & Sokol libs to latest. Fixed breaking changes for sokol backend. 2025-06-07 12:33:47 -04:00
Ed_
dc8c73fc25 Update thirdparty to latest 2025-05-17 13:20:38 -04:00
ed_
0487f03eff Remove local sokol-tools (too large) 2025-04-14 16:53:24 -04:00
ed_
7c3dbd8831 Updates to scripts/Readme.md (related to thirdparty dependencies. 2025-04-14 16:49:00 -04:00
ed_
8ded4d55c9 Add sokol binaries 2025-04-14 16:40:33 -04:00
ed_
be91e5e9d2 Update misc.sh 2025-04-14 16:40:10 -04:00
ed_
7e55703066 accidentally made changes for an old odin-compiler... 2025-04-14 15:10:47 -04:00
ed_
eaae5f32ca Update scripts for new thirdparty convention 2025-04-14 14:56:21 -04:00
ed_
77f1466ae3 Manually adding thirdparty libs 2025-04-14 14:49:36 -04:00
ed_
1bd2dc2333 Updates to latest compiler (April 3rd release) 2025-04-14 14:46:44 -04:00
ed_
de219704b8 updates to sokol and stb libs 2025-04-14 14:35:24 -04:00
Ed_
6e0cb87338 Update generated sokol shader odin files based on latest sokol-shdc 2025-03-17 20:03:43 -04:00
Ed_
17a061a790 remove stb_image.c from stb/src/build.bat (oops)
stb_truetype will be removed sometime in the future as there is a good ttf parser available in a fork.
2025-03-06 08:11:42 -05:00
Ed_
0d0344e423 added snap_glyph_width 2025-02-13 19:44:25 -05:00
Ed_
de8841a0cb updating linux and macos gh actions to use upload-artifact@v4 2025-02-13 17:11:48 -05:00
Ed_
14791e532e some docs proofing 2025-02-13 17:08:58 -05:00
Ed_
eec58a30e2 collapsing some code to use resolve_px_scalar_size 2025-02-13 17:08:37 -05:00
Ed_
1ed9d48a71 remvoing ve_ prefix from glsl and generated odin code, not necessary to have 2025-02-13 16:13:29 -05:00
Ed_
d806fc6083 Correcting sokol-shdc naming...
@module doesn't work on all uniforms.. making it useless
2025-02-13 16:09:27 -05:00
Ed_
10080190c8 Add license and readme for modified stb_truetype vendor lib 2025-02-01 08:04:22 -05:00
Ed_
600bad337e attempting to ameliorate mac builds in gh actions 2025-01-27 17:42:13 -05:00
Ed_
d6da8ee84e Proofing docs more 2025-01-27 17:33:57 -05:00
Ed_
f145281b6a Adjusting alpha_sharpen, & px_scalar startup defaults 2025-01-27 17:19:24 -05:00
Ed_
4a355b7948 Remove from Context: even_size_only (Its effectively handled by zoom_px_interval) 2025-01-27 17:12:22 -05:00
Ed_
8aef144c6a Readme update 2025-01-27 17:11:40 -05:00
Ed_
d265e715fd omit freetype cloning from build_sokol_demo scripts (not used right now) 2025-01-14 22:07:38 -05:00
Ed_
d82245e031 Merge branch 'alpha-release' 0.1.0 2025-01-13 22:20:54 -05:00
Ed_
a18e527367 liscense formatting 2025-01-13 22:20:25 -05:00
Ed_
25e7e874a9 Merge pull request #6 from Ed94/alpha-release
Alpha release
2025-01-13 22:18:33 -05:00
Ed_
a6a9f622f4 using zpl for stb_truetype allocation extension instead of gb.h (trying to gamble a build with mac) 2025-01-13 22:03:12 -05:00
Ed_
21cc8740ed fix for mac build (hopefully) 2025-01-13 21:43:53 -05:00
Ed_
cdbef8d656 change default build args for buld_sokol_demo.ps1 2025-01-13 21:35:23 -05:00
Ed_
3e861760db We need to do vendor stb after all (linux gh action) 2025-01-13 21:29:56 -05:00
Ed_
d7ae6d1d41 oops (bad odin path) 2025-01-13 21:26:50 -05:00
Ed_
867cbee924 delete harfbuzz subgit (oops) 2025-01-13 21:24:00 -05:00
Ed_
ca1cd05f2b should bit it for sokol building on linux... 2025-01-13 21:08:39 -05:00
Ed_
14b9eda809 more DEPS for gh actions 2025-01-13 21:04:52 -05:00
Ed_
19fef22451 added gl 2025-01-13 20:56:47 -05:00
Ed_
d4748ab306 might not need to deal with vendor stb errors on gh actions... 2025-01-13 20:51:23 -05:00
Ed_
19c3525096 inital draft on linux workflow 2025-01-13 20:50:10 -05:00
Ed_
6990c21377 WSL LINUX WORKS 2025-01-13 20:42:22 -05:00
Ed_
4abb591e1c progress on compiling within wsl linux 2025-01-13 20:13:01 -05:00
Ed_
8f9cff4119 clarification 2025-01-13 13:02:53 -05:00
Ed_
2a805d2de0 Add notice to readme reguarding user managing thirdparty dependencies for their codebase. 2025-01-13 13:00:34 -05:00
Ed_
c8cd665d5f preogress on getting wsl to compile... 2025-01-13 12:32:48 -05:00
Ed_
6bc7514ef0 force script to be LF (not sure why it wasnt...) 2025-01-13 12:04:36 -05:00