Skip to content
briansorahan edited this page Mar 10, 2014 · 4 revisions

libchuck turns chuck into a reusable C++ library. This allows you to

  • Code the audio subsystem of an application in a language that is specifically designed for this;
  • Dynamically reload the audio subsystem using chuck's on-the-fly features.

The project is very young, and currently only supports linux platforms (I have only tested on mint 15). I would love to get help testing on mac and windows. If you want to report bugs email me or open a gh issue, but please provide the build output in its entirety.

Go to

  • Features for where the project currently stands
  • Plans for where I think it should go
  • Build for instructions on building and installing
  • Usage for using libchuck in your application
  • Events for instructions on how to use the extensions to chuck's built-in Event class
Clone this wiki locally