libcw/README.md

25 lines
622 B
Markdown
Raw Normal View History

# libcw is a application framework for developming real-time interactive applications on Linux.
2023-02-15 02:08:54 +00:00
- Synchronous and asynchronous interfaces to many common IO devices including:
+ Audio
+ MIDI
+ Serial
+ Sockets
+ Websockets
- Built-in dataflow framework for describing real-time audio and DSP programs.
2022-12-20 15:24:26 +00:00
- GUI development API and collection of predefined widgets for developing websocket based user interfaces.
2023-01-08 19:18:22 +00:00
- All elements of the framework are easily configurable based on extended JSON files.
2023-01-08 19:18:22 +00:00
- Minimal dependencies. The only external dependencies are `libasound`, `libwebsockets` and `libfftw`.
2023-01-08 19:18:22 +00:00
2023-01-14 18:36:19 +00:00