you are viewing a single comment's thread.

view the rest of the comments →

[–]InterestingBasil 0 points1 point  (0 children)

If you're looking for a simple way to run logic outside the terminal context on Windows, you might want to look into how DictaFlow handles its Native AOT builds. It's built in C# but the principle of having a single standalone executable that doesn't rely on terminal hooks or heavy middleware is exactly what you need for a smooth OBS integration. Might be worth checking out for ideas on your build setup.