bvernoux / scopehal-apps

glscopeclient and other client applications for libscopehal.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scopehal-apps

https://www.ngscopeclient.org

Applications for libscopehal

C++ coding policy

Installation

Refer to the "getting started" chapter of the User manual

Special comments

The following standard comments are used throughout the code to indicate things that could use attention, but are not worthy of being tracked as a GitHub issue yet.

  • //TODO: unimplemented feature, potential optimization point, etc.
  • //FIXME: known minor problem, temporary workaround, or something that needs to be reworked later
  • //FIXME-CXX20: places where use of C++ 20 features would simplify the code, but nothing can be done as long as we are targeting platforms which only support C++ 17

About

glscopeclient and other client applications for libscopehal.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C++ 91.2%Language:CMake 4.8%Language:GLSL 3.0%Language:C 0.9%Language:Shell 0.1%