Commit Graph

  • 38be79d7a9 VEFontCache: runtime bugfixes Ed_ 2024-06-06 00:43:07 -04:00
  • 566a90001b Finished draft porting pass for VE Font Cache (next is hook to sokol_gfx + runtime testing) Ed_ 2024-06-05 19:52:25 -04:00
  • d469fd53e8 progress on VEFontCache port Ed_ 2024-06-05 13:27:34 -04:00
  • 991e7a81c0 Progress on VEFontCache port, only cache_glyph_to_atlas & shape_text_uncached left Ed_ 2024-06-04 18:44:12 -04:00
  • 26e53bf327 VEFC: ported decide_codepoint_region Ed_ 2024-06-04 13:30:30 -04:00
  • 38ebed8874 VEFC: Added bad edge case to handle parsing conic curves, progess on cache_glyph Ed_ 2024-06-03 21:08:12 -04:00
  • c182ab7173 An attempt at doing a freetype outline to the stbtt shape verts Ed_ 2024-06-03 19:37:09 -04:00
  • 1741532d64 Progress on VEFontCache port, working on freetype outline to stbtt shape Ed_ 2024-06-03 17:43:15 -04:00
  • 26ad2d1e49 VEFontCache : Finished porting the LRU Ed_ 2024-06-03 01:04:24 -04:00
  • f99157aae5 Starting the process of porting VEFontCache Ed_ 2024-06-02 17:29:44 -04:00
  • 33ddd420b7 Progress on porting fontstash Ed_ 2024-06-02 17:29:27 -04:00
  • 9ba718254c lifted the hash maps and the string cache to the grime package Ed_ 2024-05-31 20:51:30 -04:00
  • e84ec719b3 Progress on lifting the 'grime' module to its own package Ed_ 2024-05-31 19:31:27 -04:00
  • d63242ac9c Some progress on fontstash Ed_ 2024-05-31 19:31:08 -04:00
  • f415eada0d Doing some heavy refactors on the container interfaces Ed_ 2024-05-31 17:58:18 -04:00
  • 3db403017e Lifted fontstash to its own package, made packages for RFont and VEFontCache Ed_ 2024-05-31 13:04:52 -04:00
  • 300727198b made empty files for the projection parsers Ed_ 2024-05-31 11:28:24 -04:00
  • 3998776f4b Beginning to lift the "grime" files to their own pacakge Ed_ 2024-05-31 11:26:52 -04:00
  • 65386372fc ignore settings.json Ed_ 2024-05-31 11:26:05 -04:00
  • 0b74a8115e Minor cleanup to current bad impl of font rendering Ed_ 2024-05-31 11:25:27 -04:00
  • 0b819fb8bc ignore failed... Ed_ 2024-05-30 19:55:01 -04:00
  • e3c2daaed4 fix for gen_flattened_codebase.ps1 package paths Ed_ 2024-05-30 19:52:37 -04:00
  • c353c9032d ignore ols.json Ed_ 2024-05-30 19:52:17 -04:00
  • 64e56485fa remove .bkup of the learngl shader as its no longer needed Ed_ 2024-05-30 13:18:28 -04:00
  • 936c0100ba Got text rendering to work with sokol_gfx (learngl text rendering article #1) Ed_ 2024-05-29 01:17:03 -04:00
  • c681370d8b Just restore some code that I deleted from the raylib font provider file. Ed_ 2024-05-26 13:58:55 -04:00
  • 5c2f55148a zpl_hmap prefix to hmap_zpl, plus some todos to go back to builtin containers Ed_ 2024-05-26 13:35:08 -04:00
  • 469fa5f8ec Fixed hot-reload for sokol Ed_ 2024-05-26 13:33:54 -04:00
  • 424587e6d1 Ignore the sublime configs Ed_ 2024-05-26 12:28:05 -04:00
  • bb06d3b44e Don't poll input (we need to gut raylib's and switch over to sokol) Ed_ 2024-05-26 12:24:11 -04:00
  • 0d2c5e478b Don't reload font_provider_data's cache (since we don't have that swapped yet) Ed_ 2024-05-26 12:23:50 -04:00
  • 797ab227e9 Gut raylib usage from the codebase. Ed_ 2024-05-25 11:52:23 -04:00
  • 13c3032dba Initial setup of sokol_gfx to replace the raylib impl for rendering. Ed_ 2024-05-24 16:31:22 -04:00
  • cf81d3f9bd Renamed str_fmt_alloc to str_fmt, str_fmt to str_fmt_out, allocator convention enforcement in context Ed_ 2024-05-22 17:13:56 -04:00
  • 368abefccf Restored some of the window awareness previously avail in raylib for the new sokol layer. Ed_ 2024-05-22 15:39:19 -04:00
  • 8130faa6ad got the sokol_app library starting up and ticking! Ed_ 2024-05-22 03:44:14 -04:00
  • 9cd0692e56 Got it to compile with sokol changes (UNTESTED) Ed_ 2024-05-22 03:28:16 -04:00
  • 405716e52b Mostly reviewing progress so far Ed_ 2024-05-21 23:35:36 -04:00
  • 31bc207c75 Fixed the layout boxes & resize handles anchors & alignemnts Ed_ 2024-05-21 11:50:53 -04:00
  • 17859a5eb9 Hopefully last design change to auto-layout algorithim Ed_ 2024-05-21 11:06:51 -04:00
  • e5be246d30 Cleanup and setup of drop down widget Ed_ 2024-05-20 22:05:52 -04:00
  • cdfc3d65bb Added sokol library to thirdparty Ed_ 2024-05-19 14:04:54 -04:00
  • 275ffcf143 Got the first 'input box' to work. Did some changes to keyboard input Ed_ 2024-05-19 11:06:09 -04:00
  • b137bc542c WIP: Stuff related to working on the settings menu + more Ed_ 2024-05-19 01:21:51 -04:00
  • ddff1fcae6 typos and buildscript fixes & additions Ed_ 2024-05-16 17:51:14 -04:00
  • b30f3c3466 Restructured the codebase yet again but this time with compiler support for monlithic packages Ed_ 2024-05-16 17:27:15 -04:00
  • 0527a033c8 Modifiaitons to build script Ed_ 2024-05-16 13:35:03 -04:00
  • 40ffed9538 Changed codebase to be foldered (breaking compiler's conventions) Ed_ 2024-05-16 13:18:27 -04:00
  • 5ceef39410 Some general refactors and compaction Ed_ 2024-05-16 11:21:07 -04:00
  • 7250456db5 Got centered resize working for the handles Ed_ 2024-05-16 02:14:54 -04:00
  • 85cf9d8db2 More progress on themes + workspace resize handles support Ed_ 2024-05-15 18:48:20 -04:00
  • 48ee98f22d detached head bullshit Ed_ 2024-05-15 03:43:33 -04:00
  • af757cfdaa Began working on a proper default theme Ed_ 2024-05-15 03:34:52 -04:00
  • fd2552a82f improve layout visibile lag to none for vbox & hbox on the settings menu Ed_ 2024-05-14 21:54:12 -04:00
  • a29632daea Fix for DLL_NodeFL Ed_ 2024-05-14 14:50:38 -04:00
  • 70b13ce107 fixes for hmap_chained_init and other stuff Ed_ 2024-05-14 14:07:29 -04:00
  • 26771ff2fd made a new hashtable container: HMapChained Ed_ 2024-05-14 11:47:44 -04:00
  • 12c99bee26 Mostly cleanup Ed_ 2024-05-13 21:53:08 -04:00
  • adc75f6977 Got support for persistent ordering of UI_Boxes using UI_FloatingManager Ed_ 2024-05-13 16:07:49 -04:00
  • 0744069b0d pushing what I have rn, decided not to go this route Ed_ 2024-05-13 10:40:29 -04:00
  • e8c3312b69 more progress... Ed_ 2024-05-13 01:56:39 -04:00
  • 595de438af WIP: Persistent order support for rooted boxes (top-most boxes) Ed_ 2024-05-13 01:52:55 -04:00
  • f693685d72 Added a script automatically generating a virtual view using symbol links of the codebase Ed_ 2024-05-12 16:02:38 -04:00
  • 1b32fe916e Large refactor of the entire codebase Ed_ 2024-05-11 22:38:05 -04:00
  • 6a4f7ac6de minor changes, prepping for next tasks Ed_ 2024-05-11 01:30:54 -04:00
  • e40e3ddf85 small refactors for organization Ed_ 2024-05-10 19:50:37 -04:00
  • 2b1565e35b AppUI lifted to its own file, Got horizontal and vertical boxes working Ed_ 2024-05-10 19:20:50 -04:00
  • 5b24e591eb Fixed issue with ui_signal_from_box Ed_ 2024-05-10 04:16:04 -04:00
  • 1afe74b4b5 Some cleanup, resize handles lifted to ui_resizeable_handles Ed_ 2024-05-10 02:08:36 -04:00
  • a2b6325b5b coordinate space math fixes, got resize handles working in settings menu prototype Ed_ 2024-05-09 04:02:33 -04:00
  • b8e8e7c88a Progress on setting up app's UI and horizontal/vertical box widgets Ed_ 2024-05-08 02:26:39 -04:00
  • e282397bf0 Nvm, took me way to long to realize the string cache needs a different hastable Ed_ 2024-05-07 01:34:43 -04:00
  • 3336ab2e1c Its the pool free lists... Ed_ 2024-05-07 01:16:02 -04:00
  • 059a63ccbb Fixed issues with logging on the memory tracker Ed_ 2024-05-07 01:12:02 -04:00
  • 1e6e9581c3 Bug fixes to allocators and containers Ed_ 2024-05-06 23:29:47 -04:00
  • 0e27635a9b Updates to readme Ed_ 2024-05-04 12:59:08 -04:00
  • 046d79c9bd Attempt to add example vod Ed_ 2024-05-04 12:10:30 -04:00
  • 94137a64cd Update readme Ed_ 2024-05-04 11:52:52 -04:00
  • f27a69de9a Get the project to compile once again. Ed_ 2024-05-04 11:47:21 -04:00
  • 4492ca3079 Corrections to ols config, moved ols out of repo Ed_ 2024-05-04 08:26:52 -04:00
  • 7162c5a14d last state of the prototype. Ed_ 2024-04-08 01:35:53 -04:00
  • 2c84d93249 updates to toolchain Ed_ 2024-03-25 18:46:02 -04:00
  • e3ff1ce70f Finally fixed memory allocations for slabs/pools/virtual arenas Ed_ 2024-03-20 22:34:18 -04:00
  • ca66f517e9 update build script to remove pdbs before building (msvc issues) Ed_ 2024-03-20 20:50:46 -04:00
  • 714d60ee34 Trying to figure out this bug with pools... Ed_ 2024-03-20 13:34:47 -04:00
  • fb1a6063a7 fixed hot reload Ed_ 2024-03-20 01:23:50 -04:00
  • 2d5e308046 misc changes, hot reload is broken Ed_ 2024-03-20 00:44:43 -04:00
  • 737e8596f3 Fixed a dumb memory bug with arrays Ed_ 2024-03-19 23:25:48 -04:00
  • 3ae9a418ec Had to enable default allocator for backtrace library (for now) Ed_ 2024-03-19 20:20:34 -04:00
  • 6d1a32b124 Move odin compiler and ols to their own directory separate from thirdparty packages: toolchain Ed_ 2024-03-19 18:52:33 -04:00
  • cbf47ca21d Build scripts further improved Ed_ 2024-03-19 16:57:28 -04:00
  • bf211a8e14 Fixed bad resize_non_zeroed impl (cannot use default_resize_bytes_align_non_zeroed, its not a resize) Ed_ 2024-03-19 12:18:39 -04:00
  • 2c321b27fc Updates to deps Ed_ 2024-03-19 11:55:13 -04:00
  • 44ed7a2a85 Improved update_deps.ps1 Ed_ 2024-03-19 11:47:40 -04:00
  • d29a1e20e7 very minor tidying Ed_ 2024-03-19 08:36:58 -04:00
  • 36bf6840e4 update ols/odin repos Ed_ 2024-03-18 11:54:06 -04:00
  • 8a40b1462b Setup a 3d viewport for some extra stuff. Ed_ 2024-03-18 11:44:58 -04:00
  • b0b8f3d595 latest (doing some ark vcs stuff) Ed_ 2024-03-17 15:30:30 -04:00
  • d06148384d Updated ignores Ed_ 2024-03-15 21:30:28 -04:00
  • 49a4e117a2 Got "Line LODs" working for the whitespace AST test, first step toward hboxes Ed_ 2024-03-15 00:02:28 -04:00