Files
fn_registry/cpp/vendor/imgui_test_engine/thirdparty
egutierrez ab6ce8f822 feat(registry): index cpp/apps/* + e2e test infrastructure
registry/indexer.go ahora escanea <lang>/apps/*/app.md ademas de apps/ y
projects/*/apps/. cpp/apps/chart_demo y cpp/apps/shaders_lab pasan a estar
en registry.db con sus manifests.

Infraestructura de tests e2e (opt-in con -DFN_BUILD_TESTS=ON):
- vendor de Dear ImGui Test Engine (personal/open-source license).
- chart_demo_tests target con tests/chart_demo_tests.cpp.
- /e2e-cpp slash command para crear y ejecutar tests e2e.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-04 11:51:38 +02:00
..

Third party libraries used by Test Engine

Always used:

  • Str/Str.h simple string type, used by imgui_test_engine (Public Domain)

Used if IMGUI_TEST_ENGINE_ENABLE_CAPTURE is defined to 1 (default: 1)

  • stb/imstb_image_write.h image writer, used by imgui_capture_tool (MIT Licence OR Public Domain)