diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2026-07-03 22:02:56 -0500 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2026-07-03 22:02:56 -0500 |
| commit | 0ed6c602b14554a02f7782bd5e5635b1e9d9c195 (patch) | |
| tree | 54142376e4cedd1aeec259f811c04a2420a3213f /README.md | |
init
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..e53a7f3 --- /dev/null +++ b/README.md @@ -0,0 +1,33 @@ +# VRC OSC stuff + +This is a small OSC program I use in VRChat for my chat box. +This is made for me so its complicated to use. + +# Requirements + +- linux (I'm not making a windows version) +- glibc +- clang +- [tinyosc](https://github.com/mhroth/tinyosc) + +# Installation / Setup + +- run ``getreqs.sh`` or download tinyosc and put it in this directory. +- run ``build.sh`` once or ``cp src/config.def.c src/config.c``. +- edit ``src/config.c`` to your liking. +- run ``build.sh``. +- run ``bin/chatloop``. + +Do NOT cd bin then run ``chatloop``. Always have cd in this directory. + +Set ``en=1`` in ``src/title.sh`` if you want song titles and artist name to display. Requires playerctl with mpris. + +There is also ``bin/type`` to just send text to the chat box. + +# To NOT Do + +Things I will not make in this. Until I change my mind later. + +- PC specs. +- What app you have open. +- Local time. |
