SectrPrototype/code
Ed_ b4c6fd1866 More fixes & performance improvements
Still havent figured out the realloc issue with virtual arenas... But the fixes the slab perforamnce mitigate it at least.
2024-03-12 02:32:16 -04:00
..
__Imgui_raddbg got basic ui elmental interaction working, + alignment of anchor 2024-03-02 10:24:09 -05:00
gen Got project saving/loading initally working 2024-02-09 13:09:58 -05:00
host Setup spall profiling, did first optimizations! 2024-03-11 02:05:18 -04:00
api.odin More fixes & performance improvements 2024-03-12 02:32:16 -04:00
app_startup.odin Preparing skeleton for proper imgui support. 2024-02-22 21:19:29 -05:00
assert.odin General codebase refactor & cleanup 2024-02-27 07:50:57 -05:00
chrono.odin Started to do manual control of the frame timing (no longer using raylib) 2024-03-08 18:45:08 -05:00
collision.odin Added screeenspace culling for ui boxes 2024-03-11 02:05:30 -04:00
colors.odin First text box!!! 2024-03-09 10:21:48 -05:00
env.odin Setup spall profiling, did first optimizations! 2024-03-11 02:05:18 -04:00
font_provider.odin Setup spall profiling, did first optimizations! 2024-03-11 02:05:18 -04:00
grime_arena.odin Compile fix for grime_arena 2024-03-06 22:40:45 -05:00
grime_array.odin More fixes & performance improvements 2024-03-12 02:32:16 -04:00
grime_context.odin Move context_ext to its own file 2024-03-06 16:44:38 -05:00
grime_filesystem.odin Slab allocator works! 2024-03-07 19:15:54 -05:00
grime_hashmap_zpl.odin More fixes & performance improvements 2024-03-12 02:32:16 -04:00
grime_hashmap.odin Comment cleanup 2024-03-07 17:58:28 -05:00
grime_linked_list.odin It works but there is a memory issue... (parsing in tick update) 2024-03-10 20:09:04 -04:00
grime_memory.odin Started to overhaul memory setup + runtime fixes 2024-03-07 15:57:17 -05:00
grime_pool_allocator.odin More fixes & performance improvements 2024-03-12 02:32:16 -04:00
grime_profiler.odin Setup spall profiling, did first optimizations! 2024-03-11 02:05:18 -04:00
grime_slab_allocator.odin More fixes & performance improvements 2024-03-12 02:32:16 -04:00
grime_stack.odin Got whitespace parser working + widget generation for basic case! 2024-03-10 10:31:21 -04:00
grime_string_interning.odin More fixes & performance improvements 2024-03-12 02:32:16 -04:00
grime_unicode.odin Minor unicode file changes 2024-03-06 16:47:00 -05:00
grime_virtual_arena.odin More fixes & performance improvements 2024-03-12 02:32:16 -04:00
grime_virtual_memory.odin Started to overhaul memory setup + runtime fixes 2024-03-07 15:57:17 -05:00
grime_windows.odin Started to do manual control of the frame timing (no longer using raylib) 2024-03-08 18:45:08 -05:00
grime.odin More fixes & performance improvements 2024-03-12 02:32:16 -04:00
input.odin Setup spall profiling, did first optimizations! 2024-03-11 02:05:18 -04:00
logger.odin Lefted text box test to its own widget proc, fixed overlapping widget interaction! 2024-03-09 13:55:47 -05:00
math.odin Added screeenspace culling for ui boxes 2024-03-11 02:05:30 -04:00
parser_code_agnostic.odin rename parser_code to parser_code_agnostic 2024-03-07 17:57:10 -05:00
parser_code_formatting.odin Made the initial whitespace parser 2024-03-02 18:19:27 -05:00
parser_odin_wysiwyg.odin Added WYSIWYG odin parser file 2024-03-05 10:17:53 -05:00
parser_whitespace.odin More fixes & performance improvements 2024-03-12 02:32:16 -04:00
replay.odin General codebase refactor & cleanup 2024-02-27 07:50:57 -05:00
serialize_manual_unmarshal.odin Removed box serialial unmarshaling def 2024-03-05 10:41:11 -05:00
serialize.odin Added basic string interning 2024-03-08 23:20:49 -05:00
space.odin Added screeenspace culling for ui boxes 2024-03-11 02:05:30 -04:00
string_format.odin General codebase refactor & cleanup 2024-02-27 07:50:57 -05:00
text.odin Setup spall profiling, did first optimizations! 2024-03-11 02:05:18 -04:00
tick_render.odin Added screeenspace culling for ui boxes 2024-03-11 02:05:30 -04:00
tick_update.odin More fixes & performance improvements 2024-03-12 02:32:16 -04:00
ui_layout.odin Setup spall profiling, did first optimizations! 2024-03-11 02:05:18 -04:00
ui_signal.odin Setup spall profiling, did first optimizations! 2024-03-11 02:05:18 -04:00
ui_tests.odin It works but there is a memory issue... (parsing in tick update) 2024-03-10 20:09:04 -04:00
ui_widgets.odin Setup spall profiling, did first optimizations! 2024-03-11 02:05:18 -04:00
ui.odin More fixes & performance improvements 2024-03-12 02:32:16 -04:00