chivasan / ScopeGUI

虚拟示波器 GUI for https://github.com/shuai132/ScopeMCU

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ScopeGUI

Build Status Build Status Build Status

Oscilloscope GUI for ScopeMCU

Powered by Dear ImGui and GLFW

截图说明见wiki

最新版Releases

Features

  • 全平台支持: macOS、Linux、Windows,也可移植到Android/iOS。
  • Fast: 60Fps
  • FFT频谱分析
  • 自动识别设备

Dependencies

  • C++11
  • OpenGL

Install Dependencies

  • macOS
    Nothing todo

  • Ubuntu

sudo apt-get update
sudo apt-get install -y libsdl2-dev
  • Windows(MinGW)
    Nothing todo

Build

mkdir build && cd build && cmake .. && make ScopeGUI

About

虚拟示波器 GUI for https://github.com/shuai132/ScopeMCU


Languages

Language:C++ 88.8%Language:C 6.5%Language:CMake 4.3%Language:Shell 0.4%