Skip to content

shuai132/ScopeGUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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