Fast and minimalist 3D viewer.
This report presents the forensic synthetic code analysis of f3d-app/f3d, a C++ project with 4,541 GitHub stars. SynthScan v2.0 examined 151,742 lines of code across 585 source files, recording 564 pattern matches distributed across 13 syntactic categories. The overall adjusted score of 4.2 places this repository in the Likely human-written band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 564 distinct pattern matches across 13 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | java/F3DJavaBindings.h | 1 | #ifndef F3D_JAVA_BINDINGS_H | COMMENT |
| LOW | library/plugin/reader.h | 1 | #ifndef f3d_reader_h | COMMENT |
| LOW | library/testing/PseudoUnitTest.h | 1 | #ifndef PseudoUnitTest_h | COMMENT |
| LOW | library/public/utils.h | 1 | #ifndef f3d_utils_h | COMMENT |
| LOW | library/public/engine.h | 1 | #ifndef f3d_engine_h | COMMENT |
| LOW | library/public/interactor.h | 1 | #ifndef f3d_interactor_h | COMMENT |
| LOW | library/public/types.h | 1 | #ifndef f3d_types_h | COMMENT |
| LOW | library/public/scene.h | 1 | #ifndef f3d_scene_h | COMMENT |
| LOW | library/private/options_tools.h | 1 | #ifndef f3d_options_tools_h | COMMENT |
| LOW | library/private/macros.h | 21 | #define F3D_INTERNAL_DO_PRAGMA(x) _Pragma(#x) | COMMENT |
| LOW | vtkext/private/module/vtkF3DMetaImporter.h | 1 | /** | COMMENT |
| LOW | .github/actions/generic-ci/action.yml | 141 | # Works around for https://github.com/actions/runner-images/issues/10055 | COMMENT |
| LOW | application/F3DNSDelegate.mm | 1 | #import "F3DNSDelegate.h" | COMMENT |
| LOW | external/nlohmann_json/nlohmann/json.hpp | 41 | #include <iosfwd> // istream, ostream | COMMENT |
| LOW | external/nlohmann_json/nlohmann/json.hpp | 61 | #include <map> // map | COMMENT |
| LOW | external/nlohmann_json/nlohmann/json.hpp | 121 | COMMENT | |
| LOW | external/nlohmann_json/nlohmann/json.hpp | 141 | #define JSON_HEDLEY_CONCAT_EX(a,b) a##b | COMMENT |
| LOW | external/nlohmann_json/nlohmann/json.hpp | 161 | #define JSON_HEDLEY_VERSION_ENCODE(major,minor,revision) (((major) * 1000000) + ((minor) * 1000) + (revision)) | COMMENT |
| LOW | external/nlohmann_json/nlohmann/json.hpp | 181 | #if defined(__GNUC__) && defined(__GNUC_PATCHLEVEL__) | COMMENT |
| LOW | external/nlohmann_json/nlohmann/json.hpp | 201 | #elif defined(_MSC_FULL_VER) | COMMENT |
| LOW | external/nlohmann_json/nlohmann/json.hpp | 221 | #undef JSON_HEDLEY_INTEL_VERSION | COMMENT |
| LOW | external/nlohmann_json/nlohmann/json.hpp | 241 | #if defined(__PGI) && defined(__PGIC__) && defined(__PGIC_MINOR__) && defined(__PGIC_PATCHLEVEL__) | COMMENT |
| LOW | external/nlohmann_json/nlohmann/json.hpp | 261 | #elif defined(__SUNPRO_CC) && (__SUNPRO_CC > 0x1000) | COMMENT |
| LOW | external/nlohmann_json/nlohmann/json.hpp | 281 | #endif | COMMENT |
| LOW | external/nlohmann_json/nlohmann/json.hpp | 301 | #if defined(JSON_HEDLEY_ARM_VERSION_CHECK) | COMMENT |
| LOW | external/nlohmann_json/nlohmann/json.hpp | 321 | #if defined(JSON_HEDLEY_IBM_VERSION_CHECK) | COMMENT |
| LOW | external/nlohmann_json/nlohmann/json.hpp | 341 | #define JSON_HEDLEY_TI_VERSION JSON_HEDLEY_VERSION_ENCODE(__TI_COMPILER_VERSION__ / 1000000, (__TI_COMPILER_VERSION_ | COMMENT |
| LOW | external/nlohmann_json/nlohmann/json.hpp | 361 | #if defined(JSON_HEDLEY_TI_CL2000_VERSION_CHECK) | COMMENT |
| LOW | external/nlohmann_json/nlohmann/json.hpp | 381 | #define JSON_HEDLEY_TI_CL430_VERSION_CHECK(major,minor,patch) (JSON_HEDLEY_TI_CL430_VERSION >= JSON_HEDLEY_VERSION_E | COMMENT |
| LOW | external/nlohmann_json/nlohmann/json.hpp | 401 | COMMENT | |
| LOW | external/nlohmann_json/nlohmann/json.hpp | 421 | #if defined(__TI_COMPILER_VERSION__) && defined(__C7000__) | COMMENT |
| LOW | external/nlohmann_json/nlohmann/json.hpp | 441 | #if defined(JSON_HEDLEY_TI_CLPRU_VERSION_CHECK) | COMMENT |
| LOW | external/nlohmann_json/nlohmann/json.hpp | 461 | #if defined(JSON_HEDLEY_CRAY_VERSION_CHECK) | COMMENT |
| LOW | external/nlohmann_json/nlohmann/json.hpp | 481 | #if defined(JSON_HEDLEY_IAR_VERSION_CHECK) | COMMENT |
| LOW | external/nlohmann_json/nlohmann/json.hpp | 501 | #define JSON_HEDLEY_TINYC_VERSION_CHECK(major,minor,patch) (JSON_HEDLEY_TINYC_VERSION >= JSON_HEDLEY_VERSION_ENCODE( | COMMENT |
| LOW | external/nlohmann_json/nlohmann/json.hpp | 521 | COMMENT | |
| LOW | external/nlohmann_json/nlohmann/json.hpp | 541 | #if defined(__POCC__) | COMMENT |
| LOW | external/nlohmann_json/nlohmann/json.hpp | 581 | #endif | COMMENT |
| LOW | external/nlohmann_json/nlohmann/json.hpp | 601 | #if defined(JSON_HEDLEY_GCC_HAS_ATTRIBUTE) | COMMENT |
| LOW | external/nlohmann_json/nlohmann/json.hpp | 621 | COMMENT | |
| LOW | external/nlohmann_json/nlohmann/json.hpp | 641 | #define JSON_HEDLEY_GNUC_HAS_CPP_ATTRIBUTE(attribute,major,minor,patch) __has_cpp_attribute(attribute) | COMMENT |
| LOW | external/nlohmann_json/nlohmann/json.hpp | 661 | #define JSON_HEDLEY_HAS_BUILTIN(builtin) (0) | COMMENT |
| LOW | external/nlohmann_json/nlohmann/json.hpp | 681 | COMMENT | |
| LOW | external/nlohmann_json/nlohmann/json.hpp | 701 | #undef JSON_HEDLEY_GCC_HAS_FEATURE | COMMENT |
| LOW | external/nlohmann_json/nlohmann/json.hpp | 721 | #if defined(__has_extension) | COMMENT |
| LOW | external/nlohmann_json/nlohmann/json.hpp | 741 | #else | COMMENT |
| LOW | external/nlohmann_json/nlohmann/json.hpp | 761 | #endif | COMMENT |
| LOW | external/nlohmann_json/nlohmann/json.hpp | 781 | #if defined(JSON_HEDLEY_GCC_HAS_WARNING) | COMMENT |
| LOW | external/nlohmann_json/nlohmann/json.hpp | 801 | _Pragma("clang diagnostic ignored \"-Wc++17-extensions\"") \ | COMMENT |
| LOW | external/nlohmann_json/nlohmann/json.hpp | 821 | # define JSON_HEDLEY_CONST_CAST(T, expr) (const_cast<T>(expr)) | COMMENT |
| LOW | external/nlohmann_json/nlohmann/json.hpp | 841 | #else | COMMENT |
| LOW | external/nlohmann_json/nlohmann/json.hpp | 901 | COMMENT | |
| LOW | external/nlohmann_json/nlohmann/json.hpp | 921 | #define JSON_HEDLEY_DIAGNOSTIC_PUSH _Pragma("push") | COMMENT |
| LOW | external/nlohmann_json/nlohmann/json.hpp | 941 | #undef JSON_HEDLEY_DIAGNOSTIC_DISABLE_DEPRECATED | COMMENT |
| LOW | external/nlohmann_json/nlohmann/json.hpp | 961 | (JSON_HEDLEY_TI_CL6X_VERSION_CHECK(7,2,0) && defined(__TI_GNU_ATTRIBUTE_SUPPORT__)) || \ | COMMENT |
| LOW | external/nlohmann_json/nlohmann/json.hpp | 981 | #if JSON_HEDLEY_HAS_WARNING("-Wunknown-pragmas") | COMMENT |
| LOW | external/nlohmann_json/nlohmann/json.hpp | 1001 | #else | COMMENT |
| LOW | external/nlohmann_json/nlohmann/json.hpp | 1021 | JSON_HEDLEY_TI_VERSION_CHECK(18,1,0) || \ | COMMENT |
| LOW | external/nlohmann_json/nlohmann/json.hpp | 1041 | #define JSON_HEDLEY_DIAGNOSTIC_DISABLE_CAST_QUAL | COMMENT |
| LOW | external/nlohmann_json/nlohmann/json.hpp | 1081 | (JSON_HEDLEY_TI_CL6X_VERSION_CHECK(7,2,0) && defined(__TI_GNU_ATTRIBUTE_SUPPORT__)) || \ | COMMENT |
| 376 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM⚡ | examples/libf3d/python/qml/minimal_qml.py | 189 | # -------------------------- | COMMENT |
| MEDIUM⚡ | examples/libf3d/python/qml/minimal_qml.py | 191 | # -------------------------- | COMMENT |
| MEDIUM | examples/libf3d/python/qml/minimal_qml.py | 240 | # -------------------------- | COMMENT |
| MEDIUM | examples/libf3d/python/qml/minimal_qml.py | 242 | # -------------------------- | COMMENT |
| MEDIUM | examples/libf3d/python/qt6/minimal_qt6.py | 70 | # ------------------------------------------------------------------ | COMMENT |
| MEDIUM | examples/libf3d/python/qt6/minimal_qt6.py | 72 | # ------------------------------------------------------------------ | COMMENT |
| MEDIUM⚡ | examples/libf3d/python/qt6/minimal_qt6.py | 120 | # ------------------------------------------------------------------ | COMMENT |
| MEDIUM⚡ | examples/libf3d/python/qt6/minimal_qt6.py | 122 | # ------------------------------------------------------------------ | COMMENT |
| MEDIUM | examples/libf3d/python/qt6/minimal_qt6.py | 184 | # ------------------------------------------------------------------ | COMMENT |
| MEDIUM | examples/libf3d/python/qt6/minimal_qt6.py | 186 | # ------------------------------------------------------------------ | COMMENT |
| MEDIUM | examples/libf3d/python/qt6/minimal_qt6.py | 268 | # ------------------------------------------------------------------ | COMMENT |
| MEDIUM | examples/libf3d/python/qt6/minimal_qt6.py | 270 | # ------------------------------------------------------------------ | COMMENT |
| MEDIUM | .github/workflows/build-website.yml | 12 | #---------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/build-website.yml | 14 | #---------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/style-checks.yml | 9 | #---------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/style-checks.yml | 11 | #---------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/build-docker-images.yml | 14 | #---------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/build-docker-images.yml | 16 | #---------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/build-cache-preheating.yml | 14 | #---------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/build-cache-preheating.yml | 16 | #---------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/cache-preheating.yml | 14 | #---------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/cache-preheating.yml | 16 | #---------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/cache-preheating.yml | 51 | #---------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/cache-preheating.yml | 53 | #---------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/cache-preheating.yml | 76 | #---------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/cache-preheating.yml | 78 | #---------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/labelize.yml | 6 | #---------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/labelize.yml | 8 | #---------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/nightly_vtk_master.yml | 8 | #---------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/nightly_vtk_master.yml | 10 | #---------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/nightly_vtk_master.yml | 36 | #---------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/nightly_vtk_master.yml | 38 | #---------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/nightly_vtk_master.yml | 61 | #---------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/nightly_vtk_master.yml | 63 | #---------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/nightly_vtk_master.yml | 105 | #---------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/nightly_vtk_master.yml | 107 | #---------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/nightly_vtk_master.yml | 146 | #---------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/nightly_vtk_master.yml | 148 | #---------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/nightly_vtk_master.yml | 169 | #---------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/nightly_vtk_master.yml | 171 | #---------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/nightly_vtk_master.yml | 195 | #---------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/nightly_vtk_master.yml | 197 | #---------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/nightly_vtk_master.yml | 221 | #---------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/nightly_vtk_master.yml | 223 | #---------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | .github/workflows/ci.yml | 278 | #---------------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | .github/workflows/ci.yml | 280 | #---------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/ci.yml | 18 | #---------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/ci.yml | 20 | #---------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/ci.yml | 46 | #---------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/ci.yml | 48 | #---------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/ci.yml | 74 | #---------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/ci.yml | 76 | #---------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/ci.yml | 113 | #---------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/ci.yml | 115 | #---------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/ci.yml | 150 | #---------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/ci.yml | 152 | #---------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/ci.yml | 241 | #---------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/ci.yml | 243 | #---------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/ci.yml | 327 | #---------------------------------------------------------------------------- | COMMENT |
| MEDIUM | .github/workflows/ci.yml | 329 | #---------------------------------------------------------------------------- | COMMENT |
| 14 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | python/test_generate_stubs.py | 82 | def test_transformer_typefix_matching(): | STRING |
| LOW | python/test_generate_stubs.py | 115 | def test_transformer_extra_imports(): | STRING |
| LOW | python/generate_stubs.py | 54 | def postprocess_generated_stub(source: str): | CODE |
| LOW | python/generate_stubs.py | 97 | def postprocess_generated_stubs(filenames: Iterable[Path]): | CODE |
| LOW | python/testing/test_engine.py | 67 | def test_get_rendering_backend_list(): | CODE |
| LOW | python/testing/test_interactor.py | 162 | def test_interactor_animation(capfd: pytest.CaptureFixture[str]): | CODE |
| LOW | python/testing/test_options.py | 27 | def test_set_double_vector_from_ints(): | CODE |
| LOW⚡ | python/testing/test_options.py | 44 | def test_get_non_existent_key(): | CODE |
| LOW⚡ | python/testing/test_options.py | 50 | def test_set_non_existent_key(): | CODE |
| LOW⚡ | python/testing/test_options.py | 56 | def test_set_invalid_str_value(): | CODE |
| LOW⚡ | python/testing/test_options.py | 62 | def test_set_incompatible_value_type(): | CODE |
| LOW | python/testing/test_options.py | 103 | def test_set_options_from_string(): | CODE |
| LOW | python/testing/test_options.py | 141 | def test_update_from_kv_pairs(): | CODE |
| LOW | python/testing/test_options.py | 157 | def test_update_from_invalid_kv_pairs(): | CODE |
| LOW | examples/libf3d/python/qml/minimal_qml.py | 220 | def _key_sym_from_key_and_text(self, key: int, text: str) -> str: | CODE |
| LOW | …mples/libf3d/python/render-terminal/render_terminal.py | 54 | def realtime_animation_timesteps(fps: float, duration: float): | CODE |
| LOW | …mples/libf3d/python/interactive-app/interactive_app.py | 94 | def increase_animation_speed_factor(_args: list[str]): | CODE |
| LOW | …mples/libf3d/python/interactive-app/interactive_app.py | 105 | def decrease_animation_speed_factor(_args: list[str]): | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | examples/libf3d/web/package-lock.json | 1258 | "resolved": "https://registry.npmjs.org/robust-predicates/-/robust-predicates-3.0.3.tgz", | CODE |
| MEDIUM⚡ | .github/workflows/ci.yml | 268 | # Since it's more robust than Apple's software renderer, we use it for the macOS ARM CI | COMMENT |
| MEDIUM | .github/workflows/ci.yml | 315 | # Since it's more robust than Apple's software renderer, we use it for the macOS ARM CI | COMMENT |
| MEDIUM | external/imgui/imgui.cpp | 6713 | // FIXME: Essentially we want to restrict manual resizing to WindowMinSize+Decoration, and allow api resizing to be | COMMENT |
| MEDIUM | external/imgui/imgui.cpp | 9085 | // FIXME-NEWATLAS-V2: perhaps we can now leverage ImFontAtlasUpdateDrawListsTextures() ? | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …bf3d/python/offscreen-thumbnail/offscreen_thumbnail.py | 19 | # Create an offscreen engine | COMMENT |
| MEDIUM | examples/libf3d/python/in-situ/in_situ.py | 185 | # Create a native-window engine | COMMENT |
| MEDIUM | …mples/libf3d/python/render-interact/render_interact.py | 23 | # Create a native window engine | COMMENT |
| MEDIUM | examples/libf3d/python/tkinter/minimal_tkinter.py | 43 | # Create main window and define size, position and title | COMMENT |
| MEDIUM | …mples/libf3d/python/interactive-app/interactive_app.py | 20 | # Create a native-window engine | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | webassembly/testing/test_image.js | 81 | img.setMetadata("Author", "John Doe"); | CODE |
| LOW | webassembly/testing/test_image.js | 87 | img.getMetadata("Author") === "John Doe", | CODE |
| LOW⚡ | external/imgui/imgui_demo.cpp | 7648 | ImGui::TextWrapped("Lorem ipsum dolor sit amet"); | CODE |
| LOW⚡ | external/imgui/imgui_demo.cpp | 7648 | ImGui::TextWrapped("Lorem ipsum dolor sit amet"); | CODE |
| LOW⚡ | external/imgui/imgui_demo.cpp | 7650 | ImGui::Text("Lorem ipsum dolor sit amet"); | CODE |
| LOW⚡ | external/imgui/imgui_demo.cpp | 7650 | ImGui::Text("Lorem ipsum dolor sit amet"); | CODE |
| LOW | external/imgui/imgui_demo.cpp | 9548 | ImGui::TextWrapped("Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor i | CODE |
| LOW | external/imgui/imgui_demo.cpp | 9548 | ImGui::TextWrapped("Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor i | CODE |
| LOW | external/imgui/imgui_demo.cpp | 10509 | ImGui::TextWrapped("Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut | CODE |
| LOW | external/imgui/imgui_demo.cpp | 10509 | ImGui::TextWrapped("Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | examples/libf3d/python/qml/minimal_qml.py | 193 | def _update_modifiers(self, mods: int) -> None: | CODE |
| LOW | examples/libf3d/python/in-situ/in_situ.py | 25 | def set_grid_size(self, grid_size: int) -> None: | CODE |
| LOW | examples/libf3d/python/in-situ/in_situ.py | 28 | def set_iterations(self, iterations: int) -> None: | CODE |
| LOW⚡ | examples/libf3d/python/qt6/minimal_qt6.py | 124 | def _update_modifiers(self, mods: Qt.KeyboardModifier) -> None: | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …bf3d/python/offscreen-thumbnail/offscreen_thumbnail.py | 47 | except Exception as e: | CODE |
| LOW | examples/libf3d/python/in-situ/in_situ.py | 334 | except Exception as e: | CODE |
| LOW | examples/libf3d/python/render-image/render_image.py | 31 | except Exception as e: | CODE |
| LOW | …mples/libf3d/python/interactive-app/interactive_app.py | 46 | except Exception as e: | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | external/imgui/imgui_widgets.cpp | 7349 | // Tip: pass a non-visible label (e.g. "##hello") then you can use the space to draw other text or image. | COMMENT |
| LOW | external/imgui/imgui.cpp | 1020 | - 2017/08/25 (1.52) - io.MousePos needs to be set to ImVec2(-FLT_MAX,-FLT_MAX) when mouse is unavailable/missing. Previ | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | external/imgui/imgui.cpp | 3395 | // Step 0: Let you process the first element (regardless of it being visible or not, so we can measure the element h | COMMENT |
| LOW | external/imgui/imgui.cpp | 3412 | // Step 1: Let the clipper infer height from first range | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | external/imgui/imgui.cpp | 3395 | // Step 0: Let you process the first element (regardless of it being visible or not, so we can measure the element h | COMMENT |
| LOW | external/imgui/imgui.cpp | 3412 | // Step 1: Let the clipper infer height from first range | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | python/testing/test_animation.py | 1 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | examples/libf3d/python/qml/minimal_qml.py | 244 | CODE |