summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2022-09-30 18:44:36 -0700
committeryum <yumfood@airmail.cc>2022-09-30 18:44:36 -0700
commit2fa5bc78b5c4500301327bd6a334ab4fb8e04a17 (patch)
treed03c01d929431320686d61f7091b96f6be3d14ca /README.md
parent73bbba9de5210ae7f895ae82bd2524eb76e3a38c (diff)
Redo FX layer
Apparently the same avatar parameter can only be updated so quickly before VRChat starts dropping messages. So now we divide the board into "groups" of 8 characters. Each group can be updated relatively slowly, but all groups can be updated in parallel. Thus we can update the board group-by-group, pausing between each group. * Fix shader bugs - now there are Row05 parameters, and row00 refers to the topmost row instead of the bottom-most. * Remove outdated layer/group names files * Extend osc_ctrl.py to support encoding & sending messages * Add generate_params.py to handle creating TaSTT_params.asset * Add generate_utils.py for common code generation facilities & parameters.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/README.md b/README.md
index 986ca8b..4a6ce42 100644
--- a/README.md
+++ b/README.md
@@ -13,12 +13,6 @@ Features:
* Low-latency.
* Stable.
* Configurable.
-* Very low parameter space usage: 25 bits at the time of writing.
- * u8 TaSTT\_Letter: the letter to write at the current position
- * u8 TaSTT\_Row: the row to write on.
- * u8 TaSTT\_Col: the col to write on.
- * bool TaSTT\_Active: whether or not to overwrite (turn this off while seeking
- to a new spot).
* 6x14 display grid, 80 characters per slot.
* Each parameter - grid size, characters per slot, may be dialed up or down
as desired.