skallweitNV / tevclient

C++ client library for communicating to the tev image viewer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tevclient   

This is a C++11 library to remotly control the tev image viewer. The code for this library is based on the original implementation in tev with some notable modifications:

  • C-style interface for passing data instead of using STL containers
  • Zero copy when sending image data
  • Use error return codes instead of exceptions

Usage

See example.cpp for an example on how to use this library.

About

C++ client library for communicating to the tev image viewer

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


Languages

Language:C++ 95.6%Language:CMake 4.4%