Skip to content

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

License

Notifications You must be signed in to change notification settings

skallweitNV/tevclient

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 95.6%
  • CMake 4.4%