feat(udpscope): BSP pane tree with split, close and hit-testing

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Martino Ferrari
2026-08-27 19:42:09 +02:00
co-authored by Claude Sonnet 4.6
parent c1029a25df
commit 0e5d103e73
4 changed files with 443 additions and 0 deletions
+1
View File
@@ -81,6 +81,7 @@ endif()
# ── Core library: everything except main.cpp, so tests can link it ────────────
set(CORE_SOURCES
Decimate.cpp
PaneTree.cpp
)
add_library(udpscope_core STATIC ${CORE_SOURCES})