mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-22 06:48:43 -06:00
upd. readme
This commit is contained in:
parent
225cecf1fa
commit
72a12b5ad9
14
README.md
14
README.md
|
@ -87,6 +87,8 @@ cargo apk run -p kubi --lib --no-default-features
|
||||||
|
|
||||||
<h2>touch controls</h2>
|
<h2>touch controls</h2>
|
||||||
|
|
||||||
|
warn: multitouch got broken after switching to `android-activity`, I'm still looking for a fix.
|
||||||
|
|
||||||
<img src=".readme/touch_controls.png" alt="touch control scheme" width="300">
|
<img src=".readme/touch_controls.png" alt="touch control scheme" width="300">
|
||||||
|
|
||||||
- Left side: **Movement**
|
- Left side: **Movement**
|
||||||
|
@ -118,4 +120,16 @@ seed = 0xfeb_face_dead_cafe # worldgen seed to use
|
||||||
name = "Kubi Server" # server name
|
name = "Kubi Server" # server name
|
||||||
```
|
```
|
||||||
|
|
||||||
|
<h2>"In-house" libraries</h2>
|
||||||
|
|
||||||
|
- [`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)
|
||||||
|
|
||||||
<h6 align="right"><i>~ uwu</i></h6>
|
<h6 align="right"><i>~ uwu</i></h6>
|
||||||
|
|
Loading…
Reference in a new issue