docs(app.md): document additional uses_functions deps

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-04 11:46:48 +02:00
parent 27849200ce
commit c6d17998e7
+11 -1
View File
@@ -5,21 +5,31 @@ domain: viz
description: "Visor de grafos GPU-accelerated agnostico del backend. Lee operations.db de cualquier app del registry y permite explorar entidades/relaciones con shapes/iconos/layouts/filtros."
tags: [imgui, graph, osint, visualization, gpu]
uses_functions:
# viz
- graph_renderer_cpp_viz
- graph_force_layout_cpp_viz
- graph_force_layout_gpu_cpp_viz
- graph_layouts_cpp_viz
- graph_viewport_cpp_viz
- graph_viewport_selection_cpp_viz
- graph_labels_cpp_viz
- graph_labels_select_cpp_viz
- graph_icons_cpp_viz
- graph_sources_cpp_viz
- graph_types_cpp_viz
# core
- graph_spatial_hash_cpp_core
- button_cpp_core
- icon_button_cpp_core
- toolbar_cpp_core
- modal_dialog_cpp_core
- select_cpp_core
- text_input_cpp_core
- select_cpp_core
- tree_view_cpp_core
- page_header_cpp_core
- fullscreen_window_cpp_core
- badge_cpp_core
- empty_state_cpp_core
uses_types: []
framework: "imgui"
entry_point: "main.cpp"