|
|
6aeb97d185
|
xo-alloc + xo-allocutil: refactor to shrink dep surface area
|
2025-12-01 01:20:49 -05:00 |
|
|
|
76347875b2
|
xo-interpreter CVector for StackFrame reflection + OSX imgui edits
|
2025-11-17 10:41:35 -05:00 |
|
|
|
dfa7344c61
|
xo-interpreter adds + explict mm arg to ctors (retiring Object::mm)
|
2025-11-16 20:10:23 -05:00 |
|
|
|
2ba19bf6e9
|
xo-imgui: ex4: + ImSpan + restore working tooltip popups
|
2025-11-13 20:17:31 -05:00 |
|
|
|
0d7ac1faa6
|
xo-imgui: ex4: + ImScale + use for y-axis calcs
|
2025-11-13 14:12:03 -05:00 |
|
|
|
a57147c256
|
xo-imgui: ex4a: add colored bullets in strip chart tooltiop
|
2025-11-13 09:58:22 -05:00 |
|
|
|
5ab20e7316
|
xo-imgui: imgui_ex4: prep gc history bars for rich tooltips
|
2025-11-12 15:48:15 -05:00 |
|
|
|
a8ccd6303d
|
xo-imgui: support dynamic vsync_enabled setting + demo in ex4
|
2025-11-12 13:33:20 -05:00 |
|
|
|
71fdfcfb4c
|
xo-imgui: imgui_ex4 working on native ubuntu
requires etc/hostubuntu shim
|
2025-11-12 10:00:30 -05:00 |
|
|
|
b9438bda85
|
xo-imgui: refactor ex4a: cleanup() etc.
|
2025-11-11 17:01:54 -05:00 |
|
|
|
05ef84d938
|
xo-imgui: refactor ex4a: wait_not_minimized()
|
2025-11-11 16:52:48 -05:00 |
|
|
|
e3a8e06752
|
xo-imgui: refactor ex4a: record_command_buffer()
|
2025-11-11 16:44:16 -05:00 |
|
|
|
1ef763f687
|
xo-imgui: refactor ex4a: record_command_buffer()
|
2025-11-11 16:36:11 -05:00 |
|
|
|
0ff4cc0e7e
|
xo-imgui: ex4a: tidy
|
2025-11-11 16:33:27 -05:00 |
|
|
|
41ddba52a4
|
xo-imgui: refactor ex4a: draw_frame() + main_loop()
|
2025-11-11 16:31:47 -05:00 |
|
|
|
4ee401b715
|
xo-imgui: refactor ex4a: end_single_time_commands()
|
2025-11-11 10:57:55 -05:00 |
|
|
|
6718fddbd6
|
xo-imgui: refactor ex4a: begin_single_time_commands()
|
2025-11-11 10:53:58 -05:00 |
|
|
|
9475f74f7e
|
xo-imgui: refactor ex4a: init_imgui()
|
2025-11-11 10:47:39 -05:00 |
|
|
|
572a0106cf
|
xo-imgui: refactor ex4a: create_descriptor_pool()
|
2025-11-11 10:39:20 -05:00 |
|
|
|
1c9039909c
|
xo-imgui: refactor ex4a: create_sync_objects()
|
2025-11-11 10:36:36 -05:00 |
|
|
|
424cbcf24b
|
xo-imgui: refactor ex4a: create_command_buffers()
|
2025-11-11 10:28:16 -05:00 |
|
|
|
536bded100
|
xo-imgui: refactor ex4a: create_command_pool()
|
2025-11-11 10:08:39 -05:00 |
|
|
|
f7a985be8d
|
xo-imgui: refactor ex4a: create_frame_buffers()
|
2025-11-11 10:05:55 -05:00 |
|
|
|
d6482bdbb0
|
xo-imgui: refactor ex4a: create_render_pass()
|
2025-11-11 10:02:15 -05:00 |
|
|
|
209e10dd07
|
xo-imgui: refactor ex4a: create_iamge_views -> .cpp
|
2025-11-11 09:57:32 -05:00 |
|
|
|
fec5a993d3
|
xo-imgui: refactor ex4a: create_swapchain() -> .cpp
|
2025-11-11 09:52:15 -05:00 |
|
|
|
4bde0ddc1e
|
xo-imgui: refactor ex4a: create_logical_device -> .cpp
|
2025-11-11 09:43:34 -05:00 |
|
|
|
5b464a9c9b
|
xo-imgui: refactor: streamline pick_physical_device()
|
2025-11-11 00:56:29 -05:00 |
|
|
|
7e203395fa
|
xo-imgui: refactor: streamline create_surface()
|
2025-11-11 00:47:41 -05:00 |
|
|
|
1e58c2f1f2
|
xo-imgui: refactor: move create_instance to .cpp + streamline
|
2025-11-11 00:42:51 -05:00 |
|
|
|
e3a0b4e1de
|
xo-imgui: refactor: MinimalImGuiVulkan method names
|
2025-11-10 18:26:56 -05:00 |
|
|
|
b606439d29
|
xo-imgui: refactor: init_vulkan() impl in .cpp
|
2025-11-10 18:23:23 -05:00 |
|
|
|
8046bcf845
|
xo-imgui: refactor: method names in MinimalImGuiVulkan
|
2025-11-10 18:19:16 -05:00 |
|
|
|
795d36822d
|
xo-imgui: refactor: separate VulkanApp TU for ex4a
|
2025-11-10 18:17:20 -05:00 |
|
|
|
ff72127372
|
xo-imgui: refactor: physicalDevice -> physical_device_
|
2025-11-10 17:06:48 -05:00 |
|
|
|
04bb1a1f57
|
xo-imgui: refactor: MinimalImguiVulkan.instance -> instance_
|
2025-11-10 17:03:32 -05:00 |
|
|
|
5895f4052b
|
xo-imgui: refactor: MinimalImguiVulkan.window -> window_
|
2025-11-10 17:01:28 -05:00 |
|
|
|
4142186d98
|
xo-imgui: + example ex4a. resize working on ubuntu (ex4 broken tho)
|
2025-11-10 16:50:26 -05:00 |
|
|
|
0de15bbf89
|
build + xo-imgui: now working (except ex4) on ubuntu
|
2025-11-10 14:36:43 -05:00 |
|
|
|
691e50b16b
|
xo-imgui wip
|
2025-09-24 23:24:35 -04:00 |
|
|
|
df28a750e0
|
xo-imgui: imgui_ex4: proper resize impl
|
2025-09-24 00:55:31 -04:00 |
|
|
|
57068c3368
|
xo-imgui: restore opengl + vulkan builds
|
2025-09-23 00:53:31 -04:00 |
|
|
|
9d0f4b831e
|
xo-imgui: opengl imgui ex1 working again on wsl2
(requires etc/hostwsl symlinks)
|
2025-09-22 21:20:09 -04:00 |
|
|
|
43fadf0d81
|
xo-imgui: imgui_ex4 builds. font uploading works
|
2025-09-02 12:09:46 -04:00 |
|
|
|
0737e6ca22
|
xo-imgui: ex4 refactor [wip]
|
2025-08-30 14:37:07 -04:00 |
|
|
|
07895ec7b9
|
xo-imgui: + vulkan examples
|
2025-08-29 19:32:40 -04:00 |
|
|
|
b789c94fba
|
xo-imgui: adjust incr gc size label for smooth animation
|
2025-08-26 16:07:58 -04:00 |
|
|
|
aa726dcdca
|
xo-imgui: ex2: include to-space alloc in gc copy animation
|
2025-08-26 13:37:46 -04:00 |
|
|
|
40fa15eb5b
|
xo-imgui: ex2: refactor: streamline+simplify layout use
|
2025-08-25 17:31:13 -04:00 |
|
|
|
f46174145d
|
xo-imgui: ex: display both from+to spaces + refactor&streamline
|
2025-08-25 16:09:18 -04:00 |
|