Skip to content

c++11 + POSIX framework for application state distribution

Notifications You must be signed in to change notification settings

mantaraya36/cuttlebone

 
 

Repository files navigation

Cuttlebone

This project is no longer maintained. See my new work-in-progress replacement https://github.com/kybr/br.

This is a framework / toolkit for developing distributing multimedia applications. Use the Maker and Taker abstractions to distribute and collect application state information between apps on your wired network using udp broadcast. This system may be used with Cuttlefish or in the AlloSphere, using AlloSystem. This framework depends on c++11 features and POSIX networking.

Compiling examples, tests, and experiments

mkdir build
cd build
cmake ..
make -j3

Using with AlloSystem

Use flags.txt to compile using c++11 (and libcxx on osx). Use al::Simulator, al::AudioRenderer, and al::GraphicsRenderer in conjunction with cuttlebone::Maker and cuttlebone::Taker.

About

c++11 + POSIX framework for application state distribution

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 78.7%
  • C 13.8%
  • CMake 3.6%
  • Perl 3.3%
  • Makefile 0.6%