Hannes Braun


January 28, 2024

I’ve built an OSC to OBS adapter. It’s very tiny regarding its functionality. Only setting the scene is supported as of now. I probably won’t add any more for now, as I don’t need that. You can check it out here: https://sr.ht/~hannes/elma

And yes, I know that the tokio library is an absolute overkill for this tiny tool. I’m not even doing anything asynchronously. But the OBS library depends on tokio and I don’t really care. I’ll probably use this tool once per year for a few hours. And if it bothers me too much, I can still implement this stuff in another way. It’s good enough for my use case.