blob: e53a7f306b7bf3a533e96826f133f13d0caf170e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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.
|