diff --git a/README.md b/README.md index 80ca876..9e3c736 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,8 @@ cargo apk run -p kubi --lib --no-default-features

touch controls

+warn: multitouch got broken after switching to `android-activity`, I'm still looking for a fix. + touch control scheme - Left side: **Movement** @@ -118,4 +120,16 @@ seed = 0xfeb_face_dead_cafe # worldgen seed to use name = "Kubi Server" # server name ``` +

"In-house" libraries

+ +- [`kubi-ui`](kubi-ui): semi-imm.mode backend-agnostic ui system\ + mostly ready to use, it has already replaced the Kubi legacy ui +- [`kubi-pool`](kubi-pool): very early work-in-progress work-stealing threadpool system\ + aiming to replace `rayon` threadpool that's currently used inside the kubi client (for more control over task priority) +- [`kubi-logging`](kubi-logging) fancy-ass custom formatter for `env-logger` + +deprecated: + +~~`kubi-udp`~~ was a huge pita to work with and eventually got replaced by `uflow` (https://github.com/lowquark/uflow) +
~ uwu