From 2fa5bc78b5c4500301327bd6a334ab4fb8e04a17 Mon Sep 17 00:00:00 2001 From: yum Date: Fri, 30 Sep 2022 18:44:36 -0700 Subject: 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. --- README.md | 6 ------ 1 file changed, 6 deletions(-) (limited to 'README.md') 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. -- cgit v1.2.3