Commit Graph

267 Commits

Author SHA1 Message Date
4d25eadd40 round glyph advance & bounds during run generation 2025-12-29 03:37:56 -06:00
211a6e641d ui animations 2025-12-29 02:43:20 -06:00
7c6b6b73a0 ui lerp progress 2025-12-29 01:19:13 -06:00
54025f670f ui lerp progress 2025-12-29 00:38:08 -06:00
3522e47c0a proper panel resize 2025-12-28 23:09:51 -06:00
10a9aa4a84 panel styling 2025-12-28 21:57:15 -06:00
6a418b8f9c separate ui mouse press reports by button 2025-12-28 19:46:45 -06:00
7b4edbdfbb ui corner anti aliasing 2025-12-28 19:28:40 -06:00
f8ab74eafe keep alignment of truncated text 2025-12-28 17:57:45 -06:00
2be3381c92 better vis mouse focus checking 2025-12-28 17:20:05 -06:00
d84e12d598 unsmooth editor camera panning 2025-12-28 16:49:18 -06:00
3d7f6eddfe sim world swapping 2025-12-28 16:11:37 -06:00
75bedaecbb match global system state variable names to corresponding namespace 2025-12-28 13:07:07 -06:00
4ffb9a8d73 convert comment style from multi-line to single-line 2025-12-28 12:06:08 -06:00
a4ebc3cb49 tile panel testing 2025-12-24 04:30:59 -06:00
de0e166de7 vertical panel resizing 2025-12-21 19:51:17 -06:00
0075263e2f working horizontal panel drag 2025-12-19 20:11:32 -06:00
0ce031e324 panel resize testing 2025-12-19 18:46:48 -06:00
4410f63c71 panel interaction testing 2025-12-19 17:10:35 -06:00
fbf7882db2 retain box state cache within ui core 2025-12-19 15:07:04 -06:00
ad56fafeff round glyph advances 2025-12-18 22:16:35 -06:00
4982d60647 directwrite font hinting 2025-12-18 20:42:50 -06:00
3377e3f94c convert indentation to 2 spaces 2025-12-18 18:42:53 -06:00
c1b768282f use standard indentation style for multi-line function parameters 2025-12-18 16:48:41 -06:00
83f7c48369 editor panels prototyping 2025-12-18 15:56:55 -06:00
7531e18245 merge vis widgets w/ core 2025-12-18 14:17:09 -06:00
ec0f11d220 editor camera keyboard navigation 2025-12-18 13:20:37 -06:00
767be8cf03 cursor based tile placement 2025-12-17 19:22:58 -06:00
60608fc3cd cpu -> texture upload fixes 2025-12-17 17:38:18 -06:00
d9898eeab8 create gpu resources with command list. add discard command. 2025-12-17 16:49:45 -06:00
cd48dd53ff tiling progress 2025-12-17 15:37:56 -06:00
1b9208dd3b prevent pan when min/max zoom reached 2025-12-17 10:41:07 -06:00
2cf7208920 panning & zooming 2025-12-17 10:33:11 -06:00
81990f81a4 edit mode 2025-12-16 20:47:21 -06:00
0efcc35696 fix dx12 global barriers 2025-12-16 18:43:42 -06:00
2144de02a0 move camera logic to vis layer 2025-12-16 17:02:29 -06:00
1de54d60ba 'ZI' -> 'Zi' 2025-12-16 16:46:25 -06:00
af3687f3e5 remove entity tree 2025-12-16 16:37:35 -06:00
ed5e95d6d4 fix draw target uv scaling 2025-12-16 16:07:45 -06:00
7a40b0bff2 backdrop shader 2025-12-16 15:11:36 -06:00
cbeafdb8fe dynamic glyph atlas creation 2025-12-16 13:25:33 -06:00
9fc666d49d cache DirectWrite render targets 2025-12-14 15:53:00 -06:00
c140b6271b cache direct-write font faces 2025-12-14 13:28:03 -06:00
77434a988b glyph cache progress 2025-12-13 13:12:45 -06:00
c8a9970438 glyph cache progress 2025-12-12 19:50:44 -06:00
e9e8dcc04d glyph cache progress 2025-12-11 19:35:11 -06:00
ad359c8495 re-enable ui & vis rendering 2025-12-11 15:41:38 -06:00
eeec7e7191 vector printf format 2025-12-11 14:16:56 -06:00
3da749ef51 formatting 2025-12-10 11:48:42 -06:00
f47f7114d0 shader print progress 2025-12-09 19:02:27 -06:00
1b02edb0b5 move shader handles into gpu layer 2025-12-09 18:04:32 -06:00
8565cbea53 change gpu layer namespace to 'G' 2025-12-09 17:45:01 -06:00
f773422abf rename shader handle -> shader ref 2025-12-09 17:30:27 -06:00
781e6ff75a create shader headers 2025-12-09 16:26:31 -06:00
bb8f105309 move shader debug implementation to backend layer 2025-12-09 15:34:50 -06:00
7c1602e463 specify platform name as argument for default downstream layer declarations 2025-12-09 14:14:33 -06:00
a54b9c62c8 use '.g' & '.gh' extensions for shader source files 2025-12-09 13:03:34 -06:00
9772e4ce4c compile-time shader resource handles 2025-12-08 18:47:28 -06:00
3e722bb982 shader printf progress 2025-12-08 16:33:44 -06:00
2f915de96c add ByteAddressBuffer support to gpu layer 2025-12-08 14:12:51 -06:00
9e8dcba2d3 ui & pp gpu layer updates 2025-12-08 11:39:27 -06:00
ed74c5cea5 ui gpu refactor progress 2025-12-07 13:07:24 -06:00
eab6b7df0b rename *.gpu -> *.hlsl 2025-12-03 20:46:40 -06:00
718c0de889 remove profiler markup 2025-12-03 20:41:03 -06:00
f0f3da0bcd gpu staging heap progress 2025-12-02 21:40:28 -06:00
7c9f5f7e06 gpu fence op 2025-11-23 18:00:26 -06:00
0ac3284511 more refactoring to support gpu pointers 2025-11-20 01:25:50 -06:00