Video Projector/Monitor Calibration Software orginally developed as ColorHCFR.
This code base is based off version 2.1 and will aim for a more open development process. The opensource version integrates an ArgyllCMS interface for continued meter support and development.
If you feel the program has been of value to you since I started working on it about 3 years ago please consider a contribution via the link below. Thanks!
-zoyd
https://www.paypal.me/zoyd
This project aims to provide some missing GPIB function to Mac Os X.
It focuses only on unsupported 82357 GPIB adapter but can be extended to other USB boards if there is a need for that in the future.
The code is mainly based on linux-gpib and includes also code from fxload for mac project.
This project generates a dynamic library which can be linked against any kind of application which support dylib.
It also comes with a python wrapper.
macosx_gpib_lib is not a kernel extension and only supports 82357x adapter for now. It has been designed for 64bits architecture but the target is 10.6.
...