OBSwiftSocket
is a Swift library to be used for communication with OBS Studio via obs-websocket (v5).
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.
[ ] Make Batch Requests easier to work with.
link |
Stars: 1 |
Last commit: 3 days ago |
First fully-documented, functioning release! There is likely more fixes to be made, it works! As this is used for my own OBS remote iOS app, bugs will likely be found.
Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics