73a4c3a148
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.3 KiB
1.3 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 | |||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| heatmap | component | cpp | viz | 1.0.0 | pure | void heatmap(const char* title, const float* values, int rows, int cols, float scale_min, float scale_max) | Renderiza un mapa de calor 2D usando ImPlot dentro de un frame ImGui |
|
false |
|
false | cpp/functions/viz/heatmap.cpp | imgui |
|
Renderiza el heatmap en el frame ImGui actual |
heatmap
Wrapper atomico sobre ImPlot::PlotHeatmap. Renderiza una matriz de valores como mapa de calor con escala de color.
Los datos deben estar en formato row-major. Si scale_min y scale_max son ambos 0, ImPlot autodetecta el rango.