├── LICENSE ├── README.md ├── screenshot-visualization2D ├── JKQtPlotter.png ├── JKQtPlotter2.png ├── kdchart.png ├── kdchart2.png ├── qcustomplot.png ├── qcustomplot2.png └── qwt.png ├── screenshot ├── 3DSlicerSegmentEditor.png ├── AnalysisSitus.gif ├── GPXSee.png ├── Inviwo.png ├── LabPlot2.png ├── LibrePCB.png ├── Topologic.png ├── Vislt.png ├── ctk.png ├── fastcae.png ├── freeCAD.jfif ├── freecad.jpg ├── freecad2.png ├── gmsh.png ├── gmsh1.png ├── kicad.png ├── kicad2.png ├── librecad_screenshot_2.1.3.png ├── mayo.gif ├── mayo2.png ├── paraView.png ├── paraView2.png ├── qcad3_windows.png ├── qgis.png ├── qgis2.png ├── rhiocad.jpg └── tiglviewer.jpg └── visualization2D.md /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2022 尘中远 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | Qt开源工业软件收录 2 | 3 | 基于qt的工业软件收录,为工业软件开发提供参考 4 | 5 | -> [基于Qt的2D绘图可视化](./visualization2D.md) 6 | 7 | ## CAD方向 8 | 9 | ### FreeCAD 10 | 11 | FreeCAD是一个开源的参数化3D建模工具,主要用于设计任何大小的真实对象。参数化建模允许您通过返回模型历史记录来更改其参数,从而轻松修改设计。 12 | 13 | https://github.com/FreeCAD/FreeCAD 14 | 15 | 官网:https://www.freecadweb.org/ 16 | 17 | ![](./screenshot/freecad.jpg) 18 | 19 | ![](./screenshot/freecad2.png) 20 | 21 | ### Mayo 22 | 23 | 开源3D CAD查看器和转换器 24 | 25 | https://github.com/fougue/mayo 26 | 27 | ![](./screenshot/mayo.gif) 28 | 29 | ![](./screenshot/mayo2.png) 30 | 31 | ### QCAD 32 | 33 | https://github.com/qcad/qcad 34 | 35 | 官网:https://www.qcad.org/en/ 36 | 37 | ![](./screenshot/qcad3_windows.png) 38 | 39 | 40 | 41 | ### LibreCAD 42 | 43 | https://github.com/LibreCAD/LibreCAD 44 | 45 | ![](./screenshot/librecad_screenshot_2.1.3.png) 46 | 47 | ### rhiocad 48 | 49 | CAD,基于OpenCascade。参数化,参数化三维建模器 50 | 51 | https://github.com/mikowiec/rhioCAD 52 | 53 | ![](./screenshot/rhiocad.jpg) 54 | 55 | ### Analysis Situs 56 | 57 | Analysis Situs是一个开源原型工作台和一个开发CAD/CAM/CAE算法的SDK。其主要驱动思想是为CAD软件开发人员提供一个高度直观、可视化和可定制的孵化器,新的CAD算法由此诞生。工作台使用C++和Tcl作为主要编程语言。该应用程序包括分层组织的数据模型、基于VTK的3D查看器和脚本控制台。提供了一系列几何处理算法,从CAD特征识别到网格计算。 58 | 59 | http://analysissitus.org/ 60 | 61 | https://gitlab.com/ssv/AnalysisSitus 62 | 63 | ![](./screenshot/AnalysisSitus.gif) 64 | 65 | ### TiGL 66 | 67 | https://github.com/DLR-SC/tigl 68 | 69 | TiGL几何图形库可用于计算和处理CPACS文件中存储的飞机几何图形。TiGL提供了许多与几何体相关的功能,如 70 | 71 | 用于计算飞机表面上点的点检索函数 72 | 73 | 求交函数以计算飞机与平面的交点 74 | 75 | 导出标准CAD文件格式(STEP+IGES)或网格格式的函数,包括VTK、Collada和STL。 76 | 77 | ![](./screenshot/tiglviewer.jpg) 78 | 79 | ### Klampt 80 | 81 | Klampt是Kris' Locomotion and Manipulation Planning Toolbox(运动和操纵规划工具箱)的简称。它是一个用于机器人建模、模拟、规划、优化和可视化的开源跨平台软件包。Klampt的目标是为学习机器人、分析机器人、开发算法和智能行为原型设计提供一种广泛可用的编程工具。它在机器人操纵和运动方面具有特殊的优势。 82 | 83 | Klampt本身是使用C++和Python混合开发的,图形用户界面基于Qt,图形渲染基于OpenGL。Klampt支持Windows、MaxOS、Linux等操作系统。它提供了C++和Python两种API供开发人员使用。 84 | 85 | https://github.com/krishauser/Klampt 86 | 87 | 88 | ## EDA 89 | 90 | ### Kicad 91 | 92 | https://gitlab.com/kicad/code/kicad 93 | 94 | 官网:[www.kicad.org](https://www.kicad.org/) 95 | 96 | ![](./screenshot/kicad.png) 97 | 98 | ![](./screenshot/kicad2.png) 99 | 100 | ### LibrePCB 101 | 102 | https://github.com/LibrePCB/LibrePCB 103 | 104 | LibrePCB是一个开发印刷电路板的免费EDA软件。它在Linux、Windows和Mac上运行。该项目仍处于相当早期的开发阶段。 105 | 106 | ![](./screenshot/LibrePCB.png) 107 | 108 | ## CAE方向 109 | 110 | ### OpenFOAM 111 | 112 | OpenFOAM是由OpenFOAM基金会发布的免费开源计算流体动力学(CFD)软件包。它在工程和科学的大部分领域都拥有庞大的用户群,包括商业和学术组织。OpenFOAM具有广泛的功能,可以解决任何问题,从涉及化学反应、湍流和传热的复杂流体流动,到固体动力学和电磁学。 113 | 114 | https://github.com/OpenFOAM/OpenFOAM-dev 115 | 116 | ### ParaView 117 | 118 | ParaView是一个基于VTK的开源、多平台数据分析和可视化应用程序 119 | 120 | https://github.com/Kitware/ParaView 121 | 122 | 官网:https://www.paraview.org/ 123 | 124 | ![](./screenshot/paraView.png) 125 | 126 | ![](./screenshot/paraView2.png) 127 | 128 | ### FastCAE 129 | 130 | 专业的CAE前后处理集成系统——FastCAE 131 | 132 | https://github.com/DISOGitHub/FastCAE 133 | 134 | https://gitee.com/DISOGitee/FastCAE 135 | 136 | 官网:http://www.fastcae.com/ 137 | 138 | ![](./screenshot/fastcae.png) 139 | 140 | ## FEM 141 | 142 | ### GMSH 143 | 144 | Gmsh是一个开源的三维有限元网格生成器,具有内置的CAD引擎和后处理器。其设计目标是提供一种快速、轻便、用户友好的网格工具,具有参数化输入和高级可视化功能。Gmsh围绕四个模块构建:几何体、网格、解算器和后处理。 145 | 146 | https://gitlab.onelab.info/gmsh/gmsh 147 | 148 | 官网:https://gmsh.info/ 149 | 150 | ![](./screenshot/gmsh.png) 151 | 152 | 153 | 154 | ## 可视化 155 | 156 | ### OpenCASCADE(OCC) 157 | 158 | https://dev.opencascade.org/ 159 | 160 | OCCT是唯一的开源全尺寸三维几何库。OCCT致力于成为最好的免费cad软件内核之一,广泛用于开发涉及以下工程和机械领域的专业程序:三维建模(cad)、制造(CAM)、数值模拟(CAE)、测量设备(CMM)和质量控制(CAQ)。自1999年作为开源CAD软件内核发布以来,OCCT已成功应用于从建筑施工到航空航天和汽车等众多项目。 161 | 162 | ### OpenNURBS 163 | 164 | https://github.com/OpenNURBS/OpenNURBS 165 | 166 | openNURBS 旨在为CAD、CAM、CAE与计算机图形软件开发人员提供一个在不同的软件间精确转换 3D 几何的工具。 167 | 168 | openNURBS 所提供的工具包括: 169 | 170 | - 用于读写 3DM 文件的 C++ 源码库,支持微软与苹果公司的操作系统,提供一个 makefile 作为其他编译器的入口点。 171 | - 可以读、写3DM文件格式的.NET 源代码库。 172 | - 品质保证与版本控制。 173 | - 技术支持。 174 | 175 | ### VTK 176 | 177 | VTK是一个开源软件系统,用于图像处理、3D图形、体绘制和可视化。VTK包括许多高级算法(例如,曲面重建、隐式建模、抽取)和渲染技术(例如,硬件加速体绘制、LOD控制)。 178 | 179 | https://github.com/Kitware/VTK 180 | 181 | 官网:https://vtk.org/ 182 | 183 | ### CTK 184 | 185 | CTK是一个社区努力为医学图像分析、手术导航和相关项目提供支持代码。里面有很多集成好的窗体可以使用 186 | 187 | https://github.com/commontk/CTK 188 | 189 | 官网:http://commontk.org/ 190 | 191 | 集成窗体预览:http://commontk.org/index.php/Documentation/ImageGallery 192 | 193 | ![](./screenshot/ctk.png) 194 | 195 | ### ITK 196 | 197 | ITK是一个开源的跨平台库,为开发人员提供了一套广泛的图像分析软件工具。ITK是通过极限编程方法开发的,它建立在一个成熟的、面向空间的体系结构之上,用于处理、分割和注册二维、三维或多维的科学图像 198 | 199 | https://github.com/InsightSoftwareConsortium/ITK 200 | 201 | 官网:https://itk.org/ 202 | 203 | ### 3D Slicer 204 | 205 | 解决高级图像计算挑战的桌面软件,专注于临床和生物医学应用。 206 | 207 | https://github.com/Slicer/Slicer 208 | 209 | 官网:https://www.slicer.org/ 210 | 211 | ![](./screenshot/3DSlicerSegmentEditor.png) 212 | 213 | ### LabPlot2 214 | 215 | LabPlot是一个用于数据集和函数的二维和三维图形表示的程序。它带有一个完整的用户界面,它为您提供了很多功能,如希尔伯特变换、统计、颜色映射和条件格式 216 | 217 | https://github.com/KDE/labplot 218 | 219 | 官网:https://labplot.kde.org/ 220 | 221 | ![](./screenshot/LabPlot2.png) 222 | 223 | ### inviwo 224 | 225 | Inviwo是一个用于快速原型可视化的软件框架。它使用C++编写,充分利用现代图形硬件,并遵循BSD许可协议,允许在任何环境(包括商业环境)中自由使用。 226 | 227 | https://github.com/inviwo/inviwo 228 | 229 | ![](./screenshot/Inviwo.png) 230 | 231 | ### visit 232 | 233 | VisIt是一个开源的、交互式的、可扩展的、可视化、动画和分析工具。 234 | 235 | 无论是Unix、Windows还是Mac工作站,用户都可以交互式地可视化并分析,从小型桌面电脑(<10核心)到规模大型计算机(>10,000核心)等各种规模的数据。 236 | 237 | 用户能够迅速生成可视化图像,通过时间进行动画展示,使用各种运算符和数学表达式来操作它们,并将生成的图像和动画保存用于演示。VisIt支持丰富的可视化功能,使用户能够查看包括在二维和三维(2D和3D)结构化、自适应和非结构化网格上定义的标量和矢量场在内的多种数据。由于其可定制的插件设计,VisIt能够可视化来自120多种不同科学数据格式的数据。 238 | 239 | https://github.com/visit-dav/visit 240 | 241 | ![](./screenshot/Vislt.png) 242 | 243 | ## 地理信息 244 | 245 | ### QGIS 246 | 247 | QGIS是一个功能齐全、用户友好、免费开源(FOSS)地理信息系统(GIS),可运行在Unix平台、Windows和MacOS上。 248 | 249 | https://github.com/qgis/QGIS 250 | 251 | 官网:https://www.qgis.org/ 252 | 253 | ![](./screenshot/qgis.png) 254 | 255 | ![](./screenshot/qgis2.png) 256 | 257 | ### GPXSee 258 | 259 | GPXSee是一款基于Qt的强大的GPS日志文件查看器和分析工具,它支持几乎所有常见的GPS日志文件格式。无论你是户外爱好者、数据分析师,还是软件开发者,GPXSee都能提供直观且功能全面的界面来帮助你查看、解析和理解你的GPS轨迹数据。 260 | 261 | https://github.com/tumic0/GPXSee 262 | 263 | ![](./screenshot/GPXSee.png) -------------------------------------------------------------------------------- /screenshot-visualization2D/JKQtPlotter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/czyt1988/IndustrialSoftwareOfQt/da1321e82fa5ce720028bccc14da48eb16db28be/screenshot-visualization2D/JKQtPlotter.png -------------------------------------------------------------------------------- /screenshot-visualization2D/JKQtPlotter2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/czyt1988/IndustrialSoftwareOfQt/da1321e82fa5ce720028bccc14da48eb16db28be/screenshot-visualization2D/JKQtPlotter2.png -------------------------------------------------------------------------------- /screenshot-visualization2D/kdchart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/czyt1988/IndustrialSoftwareOfQt/da1321e82fa5ce720028bccc14da48eb16db28be/screenshot-visualization2D/kdchart.png -------------------------------------------------------------------------------- /screenshot-visualization2D/kdchart2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/czyt1988/IndustrialSoftwareOfQt/da1321e82fa5ce720028bccc14da48eb16db28be/screenshot-visualization2D/kdchart2.png -------------------------------------------------------------------------------- /screenshot-visualization2D/qcustomplot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/czyt1988/IndustrialSoftwareOfQt/da1321e82fa5ce720028bccc14da48eb16db28be/screenshot-visualization2D/qcustomplot.png -------------------------------------------------------------------------------- /screenshot-visualization2D/qcustomplot2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/czyt1988/IndustrialSoftwareOfQt/da1321e82fa5ce720028bccc14da48eb16db28be/screenshot-visualization2D/qcustomplot2.png -------------------------------------------------------------------------------- /screenshot-visualization2D/qwt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/czyt1988/IndustrialSoftwareOfQt/da1321e82fa5ce720028bccc14da48eb16db28be/screenshot-visualization2D/qwt.png -------------------------------------------------------------------------------- /screenshot/3DSlicerSegmentEditor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/czyt1988/IndustrialSoftwareOfQt/da1321e82fa5ce720028bccc14da48eb16db28be/screenshot/3DSlicerSegmentEditor.png -------------------------------------------------------------------------------- /screenshot/AnalysisSitus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/czyt1988/IndustrialSoftwareOfQt/da1321e82fa5ce720028bccc14da48eb16db28be/screenshot/AnalysisSitus.gif -------------------------------------------------------------------------------- /screenshot/GPXSee.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/czyt1988/IndustrialSoftwareOfQt/da1321e82fa5ce720028bccc14da48eb16db28be/screenshot/GPXSee.png -------------------------------------------------------------------------------- /screenshot/Inviwo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/czyt1988/IndustrialSoftwareOfQt/da1321e82fa5ce720028bccc14da48eb16db28be/screenshot/Inviwo.png -------------------------------------------------------------------------------- /screenshot/LabPlot2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/czyt1988/IndustrialSoftwareOfQt/da1321e82fa5ce720028bccc14da48eb16db28be/screenshot/LabPlot2.png -------------------------------------------------------------------------------- /screenshot/LibrePCB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/czyt1988/IndustrialSoftwareOfQt/da1321e82fa5ce720028bccc14da48eb16db28be/screenshot/LibrePCB.png -------------------------------------------------------------------------------- /screenshot/Topologic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/czyt1988/IndustrialSoftwareOfQt/da1321e82fa5ce720028bccc14da48eb16db28be/screenshot/Topologic.png -------------------------------------------------------------------------------- /screenshot/Vislt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/czyt1988/IndustrialSoftwareOfQt/da1321e82fa5ce720028bccc14da48eb16db28be/screenshot/Vislt.png -------------------------------------------------------------------------------- /screenshot/ctk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/czyt1988/IndustrialSoftwareOfQt/da1321e82fa5ce720028bccc14da48eb16db28be/screenshot/ctk.png -------------------------------------------------------------------------------- /screenshot/fastcae.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/czyt1988/IndustrialSoftwareOfQt/da1321e82fa5ce720028bccc14da48eb16db28be/screenshot/fastcae.png -------------------------------------------------------------------------------- /screenshot/freeCAD.jfif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/czyt1988/IndustrialSoftwareOfQt/da1321e82fa5ce720028bccc14da48eb16db28be/screenshot/freeCAD.jfif -------------------------------------------------------------------------------- /screenshot/freecad.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/czyt1988/IndustrialSoftwareOfQt/da1321e82fa5ce720028bccc14da48eb16db28be/screenshot/freecad.jpg -------------------------------------------------------------------------------- /screenshot/freecad2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/czyt1988/IndustrialSoftwareOfQt/da1321e82fa5ce720028bccc14da48eb16db28be/screenshot/freecad2.png -------------------------------------------------------------------------------- /screenshot/gmsh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/czyt1988/IndustrialSoftwareOfQt/da1321e82fa5ce720028bccc14da48eb16db28be/screenshot/gmsh.png -------------------------------------------------------------------------------- /screenshot/gmsh1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/czyt1988/IndustrialSoftwareOfQt/da1321e82fa5ce720028bccc14da48eb16db28be/screenshot/gmsh1.png -------------------------------------------------------------------------------- /screenshot/kicad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/czyt1988/IndustrialSoftwareOfQt/da1321e82fa5ce720028bccc14da48eb16db28be/screenshot/kicad.png -------------------------------------------------------------------------------- /screenshot/kicad2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/czyt1988/IndustrialSoftwareOfQt/da1321e82fa5ce720028bccc14da48eb16db28be/screenshot/kicad2.png -------------------------------------------------------------------------------- /screenshot/librecad_screenshot_2.1.3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/czyt1988/IndustrialSoftwareOfQt/da1321e82fa5ce720028bccc14da48eb16db28be/screenshot/librecad_screenshot_2.1.3.png -------------------------------------------------------------------------------- /screenshot/mayo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/czyt1988/IndustrialSoftwareOfQt/da1321e82fa5ce720028bccc14da48eb16db28be/screenshot/mayo.gif -------------------------------------------------------------------------------- /screenshot/mayo2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/czyt1988/IndustrialSoftwareOfQt/da1321e82fa5ce720028bccc14da48eb16db28be/screenshot/mayo2.png -------------------------------------------------------------------------------- /screenshot/paraView.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/czyt1988/IndustrialSoftwareOfQt/da1321e82fa5ce720028bccc14da48eb16db28be/screenshot/paraView.png -------------------------------------------------------------------------------- /screenshot/paraView2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/czyt1988/IndustrialSoftwareOfQt/da1321e82fa5ce720028bccc14da48eb16db28be/screenshot/paraView2.png -------------------------------------------------------------------------------- /screenshot/qcad3_windows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/czyt1988/IndustrialSoftwareOfQt/da1321e82fa5ce720028bccc14da48eb16db28be/screenshot/qcad3_windows.png -------------------------------------------------------------------------------- /screenshot/qgis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/czyt1988/IndustrialSoftwareOfQt/da1321e82fa5ce720028bccc14da48eb16db28be/screenshot/qgis.png -------------------------------------------------------------------------------- /screenshot/qgis2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/czyt1988/IndustrialSoftwareOfQt/da1321e82fa5ce720028bccc14da48eb16db28be/screenshot/qgis2.png -------------------------------------------------------------------------------- /screenshot/rhiocad.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/czyt1988/IndustrialSoftwareOfQt/da1321e82fa5ce720028bccc14da48eb16db28be/screenshot/rhiocad.jpg -------------------------------------------------------------------------------- /screenshot/tiglviewer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/czyt1988/IndustrialSoftwareOfQt/da1321e82fa5ce720028bccc14da48eb16db28be/screenshot/tiglviewer.jpg -------------------------------------------------------------------------------- /visualization2D.md: -------------------------------------------------------------------------------- 1 | # visualization2D Of Qt 2 | 3 | 收录2D可视化相关内容 4 | 5 | ## 2D绘图库 6 | 7 | ### QCustomplot 8 | 9 | https://www.qcustomplot.com/ 10 | 11 | ![](./screenshot-visualization2D/qcustomplot.png) 12 | 13 | ![](./screenshot-visualization2D/qcustomplot2.png) 14 | 15 | ### QWT 16 | 17 | https://qwt.sourceforge.io/ 18 | 19 | https://sourceforge.net/projects/qwt/ 20 | 21 | ![](./screenshot-visualization2D/qwt.png) 22 | 23 | ### KD Chart 24 | 25 | https://github.com/KDAB/KDChart 26 | 27 | 28 | 29 | ![](./screenshot-visualization2D/kdchart2.png) 30 | 31 | ![](./screenshot-visualization2D/kdchart.png) 32 | 33 | 34 | 35 | ### JKQtPlotter 36 | 37 | https://github.com/jkriege2/JKQtPlotter 38 | 39 | ![](./screenshot-visualization2D/JKQtPlotter.png) 40 | 41 | ![](./screenshot-visualization2D/JKQtPlotter2.png) 42 | --------------------------------------------------------------------------------