Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 2 months 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-25T12:07:21.000Z (about 1 year ago)
- Last Synced: 2023-10-25T13:51:26.263Z (about 1 year ago)
- Topics: imgui, oscilloscope, scope, stm32, stm32f103
- Language: C++
- Homepage:
- Size: 75.2 KB
- Stars: 67
- Watchers: 6
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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
```