4b2bb6998a
Añade soporte C++ al registry: vendor submodules (glfw, imgui, implot, tracy), sistema de build con CMake y toolchains cross-platform, runner C++ en fn CLI, parser de tests Google Test, y funciones bash para build Linux/Windows. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1.2 KiB
1.2 KiB
name, kind, lang, domain, version, purity, signature, description, tags, uses_functions, uses_types, returns, returns_optional, error_type, imports, tested, tests, test_file_path, file_path, framework, params, output
| name | kind | lang | domain | version | purity | signature | description | tags | uses_functions | uses_types | returns | returns_optional | error_type | imports | tested | tests | test_file_path | file_path | framework | params | output | |||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| bar_chart | component | cpp | viz | 1.0.0 | pure | void bar_chart(const char* title, const char* const* labels, const float* values, int count, float bar_width) | Renderiza un grafico de barras verticales usando ImPlot dentro de un frame ImGui |
|
false |
|
false | cpp/functions/viz/bar_chart.cpp | imgui |
|
Renderiza el grafico de barras en el frame ImGui actual |
bar_chart
Wrapper atomico sobre ImPlot::PlotBars con configuracion automatica de etiquetas en el eje X.
Debe llamarse dentro del render callback de fn::run_app.