https://github.com/shuai132/scopegui
虚拟示波器 GUI for https://github.com/shuai132/ScopeMCU
https://github.com/shuai132/scopegui
imgui oscilloscope scope stm32 stm32f103
Last synced: about 1 year ago
JSON representation
虚拟示波器 GUI for https://github.com/shuai132/ScopeMCU
- Host: GitHub
- URL: https://github.com/shuai132/scopegui
- Owner: shuai132
- Created: 2019-11-28T12:59:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-25T12:07:21.000Z (over 2 years ago)
- Last Synced: 2025-03-21T02:41:31.317Z (about 1 year ago)
- Topics: imgui, oscilloscope, scope, stm32, stm32f103
- Language: C++
- Homepage:
- Size: 75.2 KB
- Stars: 89
- Watchers: 5
- Forks: 27
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ScopeGUI
[](https://github.com/shuai132/ScopeGUI/actions?workflow=Windows)
[](https://github.com/shuai132/ScopeGUI/actions?workflow=macOS)
[](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
```