# ScopeGUI **Repository Path**: shuai132/ScopeGUI ## Basic Information - **Project Name**: ScopeGUI - **Description**: 虚拟示波器 GUI for ScopeMCU (release见github主仓库) - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: https://github.com/shuai132/ScopeGUI - **GVP Project**: No ## Statistics - **Stars**: 13 - **Forks**: 8 - **Created**: 2019-12-24 - **Last Updated**: 2025-01-15 ## Categories & Tags **Categories**: hardware **Tags**: None ## README # ScopeGUI [![Build Status](https://github.com/shuai132/ScopeGUI/workflows/Windows/badge.svg)](https://github.com/shuai132/ScopeGUI/actions?workflow=Windows) [![Build Status](https://github.com/shuai132/ScopeGUI/workflows/macOS/badge.svg)](https://github.com/shuai132/ScopeGUI/actions?workflow=macOS) [![Build Status](https://github.com/shuai132/ScopeGUI/workflows/Ubuntu/badge.svg)](https://github.com/shuai132/ScopeGUI/actions?workflow=Ubuntu) Oscilloscope GUI for [ScopeMCU](https://github.com/shuai132/ScopeMCU) Powered by [Dear ImGui](https://github.com/ocornut/imgui) and [GLFW](https://github.com/glfw) [截图说明见wiki](https://github.com/shuai132/ScopeGUI/wiki) [最新版Releases](https://github.com/shuai132/ScopeGUI/releases) ## Features * 全平台支持: macOS、Linux、Windows,也可移植到Android/iOS。 * Fast: 60Fps * FFT频谱分析 * 自动识别设备 ## Dependencies * C++11 * OpenGL ### Install Dependencies * macOS Nothing todo * Ubuntu ```bash sudo apt-get update sudo apt-get install -y libsdl2-dev ``` * Windows(MinGW) Nothing todo ## Build ```bash mkdir build && cd build && cmake .. && make ScopeGUI ```