be26bfea89
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
36 lines
705 B
Markdown
36 lines
705 B
Markdown
---
|
|
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:
|
|
- app_card_cpp_core
|
|
- gl_texture_load_cpp_gfx
|
|
- gl_loader_cpp_gfx
|
|
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
|
|
```
|