cocomr / coco

Compact Components is a framework for the development of resource intensive applications with a focus on Mixed Reality applications and Robotics. This repository provides the core technology over which CoCo Mixed Reality is based
http://coco.readthedocs.io/
MIT License
6 stars 3 forks source link
haptics mixed-reality virtual-reality

Build Status

Compact Component Library: CoCo

A C++ framework for high-performance multi-thread shared memory applications. Split your application in component that can run in parallel to each other or be encapsulated one in the other. Components can run periodically or be triggered by events. CoCo provides also a port system allowing the components to communicate with very low overhead without worrying of concurrency issues.

It has been widely used in robotics applications, ranging from Augmented Reality for teleoperation to haptic-rendering for virtual training.

It is also compatible with ROS allowing it to be used in any kind of high-level control applications.

Platforms

CoCo is a cross-platform framework based on C++11 that builds on Linux, OSX and Windows MingW64. The platform maintainers are:

The Mixed Reality framework (not yet Open Source) based on CoCo is still cross-platform and it relies on two elements:

Usage

The documentation for installing and using CoCo can be found on readthedocs

Use in Scientific Work

In case you are going to use this work in a scientific publication please cite the following paper

Ruffaldi E. & Brizzi F. (2016). CoCo - A framework for multicore visuo-haptics in mixed reality. In SALENTO AVR, 3rd International Conference on Augmented Reality, Virtual Reality and Computer Graphics (pp. 339-357). Springer. doi:10.1007/978-3-319-40621-3_24 isbn:978-3-319-40620-6

Note that CoCo has been used in a number of other pubblications listed in References at the end of this README.md

Contribution

We are always open to people willing to help! If you found any bug or want to propose some new feature or improvement use the github issue system or documentation issues, write on github issue tracking or directly at filippobrizzi at gmail.com / emanuelerffaldi @gmail.com.

Related Systems

CoCo can be compare to some frameworks such as OpenFrameworks, Cinder although with different goals and functionalities.

Authors

This framework has been developed in the PERCRO Laboratory of the Scuola Superiore Sant'Anna, Pisa by Filippo Brizzi and Emanuele Ruffaldi A special thanks to Nicola Giordani for the web viewer and the review of the code.

References