fix(fn-run): propagar stdout/stderr de bash functions library-style #1
@@ -82,7 +82,7 @@ int main() {
|
||||
.width = 1400,
|
||||
.height = 900,
|
||||
.about = {.name = "chart demo",
|
||||
.version = "0.1.0",
|
||||
.description = "Demo de primitivos viz: line, scatter, bar, heatmap"}
|
||||
.version = "0.2.0",
|
||||
.description = "Demo de primitivos viz: line, scatter, bar, heatmap. AppConfig estandar + multi-viewport."}
|
||||
}, render);
|
||||
}
|
||||
|
||||
@@ -205,8 +205,8 @@ int main(int argc, char** argv) {
|
||||
.height = 900,
|
||||
.viewports = true,
|
||||
.about = {.name = "Primitives Gallery",
|
||||
.version = "0.1.0",
|
||||
.description = "Visual catalog of fn_registry C++ UI primitives"},
|
||||
.version = "0.3.0",
|
||||
.description = "Visual catalog of fn_registry C++ UI primitives. Modo --capture para golden screenshots, sidebar via tree_view, candlestick fix."},
|
||||
.init_gl_loader = true},
|
||||
render
|
||||
);
|
||||
|
||||
@@ -411,8 +411,8 @@ int main() {
|
||||
cfg.width = 1600;
|
||||
cfg.height = 900;
|
||||
cfg.about = {.name = "shaders_lab",
|
||||
.version = "0.1.0",
|
||||
.description = "Live GLSL shader playground with DAG pipeline"};
|
||||
.version = "0.3.0",
|
||||
.description = "Live GLSL shader playground with DAG pipeline. layout_storage publico, compiler extraido, AppConfig estandar, multi-viewport, modal save-as via modal_dialog."};
|
||||
cfg.panels = k_panels;
|
||||
cfg.panel_count = sizeof(k_panels) / sizeof(k_panels[0]);
|
||||
cfg.layouts_cb = &g_layout_cb;
|
||||
|
||||
Reference in New Issue
Block a user