Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.13 KB

README.md

File metadata and controls

45 lines (30 loc) · 1.13 KB

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