https://github.com/jprjr/lua-obs-utils
A repo of Lua scripts for OBS
https://github.com/jprjr/lua-obs-utils
Last synced: 16 days ago
JSON representation
A repo of Lua scripts for OBS
- Host: GitHub
- URL: https://github.com/jprjr/lua-obs-utils
- Owner: jprjr
- License: mit
- Created: 2018-08-27T13:24:43.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-27T13:29:04.000Z (almost 7 years ago)
- Last Synced: 2025-03-18T17:57:24.480Z (3 months ago)
- Language: Lua
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lua-obs-utils
Just starting on a small collection of utility scripts for OBS.
## Build instructions
I usually build this on MacOS + Docker, this allows me to build
for all 3 OBS platforms at once.Just run:
```
make dist
```And you'll have a tar.gz and .zip made with a ready-to-go package.
## Scripts
### time.lua
A script for displaying a basic clock in OBS. Uses a C module
to get time in milliseconds.## Downloads
See the [releases tab](https://github.com/jprjr/lua-obs-utils/releases)
for downloads with binaries for MacOS, Windows, and Linux.## LICENSE
MIT license, see `LICENSE`