This is the first releas of dpg-map, an AI coded dearpygui map widget built due to a lack of time to build it myself. It features multi-widget abilities, with layers, overlays etc
19 lines
571 B
Markdown
19 lines
571 B
Markdown
# Codex Build Notes
|
|
|
|
This folder contains internal rebuild instructions, implementation architecture notes, and the
|
|
rolling agent log used while preparing the beta.
|
|
|
|
These files are not user-facing package documentation:
|
|
|
|
- `AGENTS.md`: rolling implementation log and current build status
|
|
- `ARCHITECTURE.md`: internal architecture and invariants
|
|
- `FEATURES.md`: rebuild feature contract
|
|
- `STEPS.md`: historical rebuild step plan
|
|
|
|
User-facing documentation lives in:
|
|
|
|
- `../README.md`
|
|
- `../docs/GETTING_STARTED.md`
|
|
- `../docs/EXAMPLES.md`
|
|
- `../docs/API_REFERENCE.md`
|