OBSwiftSocket
is a Swift library to be used for communication with OBS Studio via obs-websocket (v5).
OBSwiftSocket is currently on pause until I have more time to work on it again. It mostly works, but has some issues that I'm trying to work out. In the interim, create an Issue if something urgently needs to be fixed and I'll see what I can do!
Add OBSwiftSocket
as a dependency:
import PackageDescription
let package = Package(
name: "YourApp",
dependencies: [
.package(
name: "OBSwiftSocket",
url: "https://github.com/edonv/OBSwiftSocket.git",
.upToNextMajor(from: "1.0.0"))
]
)
Examples coming soon!
OBSwiftSocket
is released under the MIT license. See LICENSE for details.
link |
Stars: 6 |
Last commit: 27 weeks ago |
Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics