Skip to content

Commit 0f729f2

Browse files
authoredJul 19, 2024··
chore: add missing projects into README

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎README.md

+3
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,15 @@
66

77
- [`@slimevr/common`](packages/common): Shared library for the other libraries.
88
- [`@slimevr/firmware-protocol`](packages/firmware-protocol): A library for encoding and decoding packets of the firmware.
9+
- [`@slimevr/tracker-emulation`](packages/tracker-emulation): A library for emulating a SlimeVR tracker.
10+
- Used by [SlimeTora](https://github.com/OCSYT/SlimeTora)
911

1012
## Applications
1113

1214
- [`@slimevr/firmware-protocol-debugger`](apps/firmware-protocol-debugger): A simple firmware protocol debugger for SlimeVR.
1315
- [`slimevr-firmware-protocol-debugger-gui`](apps/firmware-protocol-debugger-gui): A wrapper for `slimevr-firmware-protocol-debugger` with a GUI.
1416
- [`@slimevr/serial-to-tracker`](apps/serial-to-tracker): A simple tool that takes in serial data and emulates a SlimeVR tracker.
17+
- [`@slimevr/emulated-tracker-demo`](apps/emulated-tracker-demo): A demo for the `@slimevr/tracker-emulation` package.
1518

1619
## License
1720

0 commit comments

Comments
 (0)
Please sign in to comment.