Skip to content

Communicate with VMD from C++ iostream using a hidden TCP connection

License

Notifications You must be signed in to change notification settings

askeys/vmdstream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vmdstream
=========

Communicate with VMD from C++ iostream using a hidden TCP connection

=========

Installation instructions:

- Option 1: manual installation

$ sudo cp -r include /usr/local/include/vmdstream

- Option 2: using cmake

$ cd ${VMDSTREAM_SRC_DIRECTORY}
$ mkdir build
$ cd build
$ ccmake ../CMakeLists.txt
$ make
$ sudo make install

About

Communicate with VMD from C++ iostream using a hidden TCP connection

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages