# DataVis **Repository Path**: klose28/data-vis ## Basic Information - **Project Name**: DataVis - **Description**: 基于ImGui的流数据分析与可视化软件(DSP & Visualization) - **Primary Language**: C++ - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 27 - **Created**: 2022-10-03 - **Last Updated**: 2022-10-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DataVis 尝试入坑imgui,很多底层代码需要重构,目前很不成熟,请下载v0.3.1分支代码。 # 依赖库 | 库名称 | 作用 | 编译 | |---|---|---| | [ImGui](https://github.com/ocornut/imgui) | 界面显示 | 已内嵌 | | [glfw](https://github.com/glfw/glfw) | ImGui依赖 | 单独编译 | | [imnodes](https://github.com/Nelarius/imnodes) | 节点编辑器 | 已内嵌 | | [ImFileDialog](https://github.com/dfranx/ImFileDialog) | 文件对话框 | 已内嵌 | | [stb_image.h](https://github.com/nothings/stb/blob/master/stb_image.h) | ImFileDialog依赖 | 已内嵌 | | [glad](https://github.com/Dav1dde/glad) | ImFileDialog依赖 | 单独编译 |