All Projects → shuai132 → ScopeGUI

shuai132 / ScopeGUI

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

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
CMake
9771 projects
shell
77523 projects

Projects that are alternatives of or similar to ScopeGUI

tiny scope
Tiny Scope for Arduino
Stars: ✭ 34 (-26.09%)
Mutual labels:  oscilloscope, scope
ScopeMCU
虚拟示波器 MCU端
Stars: ✭ 59 (+28.26%)
Mutual labels:  oscilloscope, scope
rotation master
Provide conversion between the major representations of 3D rotation and visualize the orientation of a rigid body
Stars: ✭ 157 (+241.3%)
Mutual labels:  imgui
awesome-dear-imgui
A collection of awesome dear imgui bindings, extensions and resources
Stars: ✭ 439 (+854.35%)
Mutual labels:  imgui
chiagen
standalone chia generator
Stars: ✭ 13 (-71.74%)
Mutual labels:  imgui
lldbg
A lightweight native GUI for LLDB.
Stars: ✭ 83 (+80.43%)
Mutual labels:  imgui
pubg mobile memory hacking
Pubg Mobile Emulator Gameloop Memory Hacking C++ Source Code. Ex: Name, Cords, Bones, Weapons, Items, Box, Drop, Aimbot etc.
Stars: ✭ 69 (+50%)
Mutual labels:  imgui
music visualizer
Shader viewer / music visualizer for Windows and Linux
Stars: ✭ 137 (+197.83%)
Mutual labels:  oscilloscope
Pumpkin-Engine
A powerful and capable 2d game engine in Kotlin
Stars: ✭ 1 (-97.83%)
Mutual labels:  imgui
SidWizPlus
Oscilloscope view audio renderer originally based on SidWiz
Stars: ✭ 94 (+104.35%)
Mutual labels:  oscilloscope
zynlab
Clone of ZynAddSubFX 2.44 to test some new ui ideas
Stars: ✭ 17 (-63.04%)
Mutual labels:  imgui
imgui-app
Dear IMGUI + Render + Window handling, amalgamation in two files ready to use
Stars: ✭ 99 (+115.22%)
Mutual labels:  imgui
wavebin
∿ Oscilloscope waveform capture viewer and converter.
Stars: ✭ 31 (-32.61%)
Mutual labels:  oscilloscope
imaditor
Image Editor with a UI creatief with ImGui
Stars: ✭ 24 (-47.83%)
Mutual labels:  imgui
bgfx-python
Python 3.7+ wrapper for the BGFX library. 🐍
Stars: ✭ 99 (+115.22%)
Mutual labels:  imgui
Luna-Engine
Luna Engine is DirectX 11 based engine that i am trying to make.
Stars: ✭ 35 (-23.91%)
Mutual labels:  imgui
nes-rust
NES emulator in Rust with GUI
Stars: ✭ 78 (+69.57%)
Mutual labels:  imgui
zen-query
parascope gem for param-based scope generation
Stars: ✭ 25 (-45.65%)
Mutual labels:  scope
oscilloscope
A Flutter package that can display an Oscilloscope type graphical display
Stars: ✭ 17 (-63.04%)
Mutual labels:  oscilloscope
SoftwareOscilloscope
A software oscilloscope for Arduino made with Python and PyQtGraph
Stars: ✭ 98 (+113.04%)
Mutual labels:  oscilloscope

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].