initial uv project setup

This commit is contained in:
2026-05-22 18:16:32 +02:00
parent d6900dbf80
commit 11fc1bb9bd
20 changed files with 65 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
"""Public API wrappers for dpg-map."""
+1
View File
@@ -0,0 +1 @@
"""Memory and disk cache helpers."""
+1
View File
@@ -0,0 +1 @@
"""Command models for GUI-thread rendering work."""
+1
View File
@@ -0,0 +1 @@
"""Diagnostics and debug state helpers."""
+1
View File
@@ -0,0 +1 @@
"""Draw layer bookkeeping helpers."""
+1
View File
@@ -0,0 +1 @@
"""Public exception types."""
+1
View File
@@ -0,0 +1 @@
"""Map interaction state and handlers."""
+1
View File
@@ -0,0 +1 @@
"""Logical overlay models."""
+1
View File
@@ -0,0 +1 @@
"""Web Mercator projection helpers."""
+1
View File
@@ -0,0 +1 @@
"""Tile provider definitions and registry."""
+1
View File
@@ -0,0 +1 @@
"""GUI-thread renderer implementation."""
+1
View File
@@ -0,0 +1 @@
"""Map sizing measurement helpers."""
+1
View File
@@ -0,0 +1 @@
"""Thread-safe state models and registries."""
+1
View File
@@ -0,0 +1 @@
"""Tile identity, lifecycle, and worker coordination."""
+1
View File
@@ -0,0 +1 @@
"""Shared type aliases and small value objects."""
+1
View File
@@ -0,0 +1 @@
"""Dear PyGui map widget construction."""