--- name: app_hub_launcher lang: cpp domain: tools description: "Hub launcher: lista y arranca apps C++ desplegadas en Windows Desktop" tags: [launcher, hub, suite, imgui] uses_functions: # Uncomment when using data_table::render() — provided via fn_table_viz: # - data_table_cpp_viz # - viz_render_cpp_viz # - compute_stage_cpp_core # - compute_pipeline_cpp_core # - compute_column_stats_cpp_core # - auto_detect_type_cpp_core # - tql_emit_cpp_core # - tql_apply_cpp_core # - lua_engine_cpp_core # - join_tables_cpp_core # - tql_to_sql_cpp_core # - llm_anthropic_cpp_core uses_types: [] framework: "imgui" entry_point: "main.cpp" dir_path: "apps/app_hub_launcher" repo_url: "https://gitea.organic-machine.com/dataforge/app_hub_launcher" icon: phosphor: "squares-four" accent: "#8b5cf6" --- # app_hub_launcher Hub launcher: lista y arranca apps C++ desplegadas en Windows Desktop ## Build ```bash cd cpp && cmake --build build --target app_hub_launcher -j ``` ## Run ```bash ./cpp/build/app_hub_launcher ```