Skip to content

guidoschmidt/zig-osc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CI

zig-osc

Open Sound Control package for zig

Features

  • OSC Messages
  • OSC Arguments
    • integer, i32
    • float, f32
    • 🚧 OSC-string
    • OSC-blob

Examples

zig build run-*example* to run any of the examples

  • zig build run-server example server implementation for receiving OSC messages
  • zig build run-client example client implementation for sending OSC messages
  • zig build run-tracker mini tracker application which sends OSC messages to VCV Rack

Acknowledgements

zig-osc wouldn't be possible without the great work on zig-network, thanks to Felix Queißner (@ikskuh) and all contributors. Please consider a star or sponsorship on the zig-network repository.

Links & References

Packages

No packages published

Languages