|
1 | | -# VRCM |
2 | | -## A Multi-Platform friend "monitor" for VRChat. |
| 1 | +<div align="center"> |
| 2 | + |
| 3 | +# <img src="image/Logo.png" width="50" height="50" alt="logo"/> VRCM |
3 | 4 |
|
4 | 5 | [](https://opensource.org/licenses/MIT) |
| 6 | +[](https://github.com/vrcm-team/VRCM/releases/latest) |
| 7 | +[](https://github.com/vrcm-team/VRCM/releases/latest) |
| 8 | + |
| 9 | + |
| 10 | +## A Multi-Platform friend "monitor" for VRChat. |
| 11 | + |
| 12 | +</div> |
| 13 | +<div align="center"> |
| 14 | + |
| 15 | +## Features |
| 16 | + |
| 17 | +</div> |
5 | 18 |
|
6 | | -## Features: |
7 | 19 | - Multi-platform support (Android, iOS, Desktop?) |
| 20 | +- Change Account |
8 | 21 | - Friend Location |
9 | | -- Friend list |
10 | | -- Friend profile |
| 22 | +- Friend List |
| 23 | +- User Profile |
| 24 | +- User Search |
11 | 25 | - Notification actions( friend request, mark as read, hide...) |
12 | 26 | - Settings(i8n, theme...) |
13 | | -## Preview: |
| 27 | +<div align="center"> |
| 28 | + |
| 29 | +## Preview |
| 30 | + |
| 31 | +</div> |
| 32 | + |
| 33 | +### Multi-platform Preview: |
| 34 | + |
| 35 | +<div align="center"> |
| 36 | + |
| 37 | + |
14 | 38 |
|
15 | | - |
16 | | - |
17 | | - |
18 | | - |
| 39 | +</div> |
19 | 40 |
|
20 | | -## TODO: |
| 41 | +### UI Preview: |
| 42 | + |
| 43 | +<div align="center"> |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | +</div> |
| 48 | + |
| 49 | +<div align="center"> |
| 50 | + |
| 51 | +## TODO |
| 52 | + |
| 53 | +</div> |
21 | 54 |
|
22 | 55 | - Friend Profile actions(add friend, block...) |
23 | 56 | - World Profile UI(world name, description, tags...) and actions(favorite...) |
24 | 57 | - Group Profile UI(group name, description, tags...) and actions(favorite...) |
25 | 58 | - Notifications UI and actions(mark as read, delete...) |
26 | 59 | - Support for System Notifications |
27 | 60 |
|
28 | | -## Dependencies: |
| 61 | +<div align="center"> |
| 62 | + |
| 63 | +## Disclaimer |
| 64 | + |
| 65 | +</div> |
| 66 | + |
| 67 | +VRCM is not affiliated with VRChat Inc and does not represent the views or opinions of VRChat Inc. |
| 68 | +VRCM does not store or collect any data outside the confines of your device. |
| 69 | +The author of this application is not responsible for any damages caused by this application. |
| 70 | +VRCM does not modify or tamper with the game and does not violate [VRChat's Terms of Service.](https://hello.vrchat.com/legal). |
| 71 | + |
| 72 | +<div align="center"> |
| 73 | + |
| 74 | +## Dependencies |
| 75 | + |
| 76 | +</div> |
| 77 | + |
29 | 78 | The app uses the following multiplatform dependencies in its implementation: |
30 | 79 | - [Ktor](https://ktor.io/) for networking |
31 | 80 | - [kotlinx.serialization](https://github.com/Kotlin/kotlinx.serialization) for JSON handling |
32 | 81 | - [Koin](https://github.com/InsertKoinIO/koin) for dependency injection |
33 | 82 | - [Voyager](https://github.com/adrielcafe/voyager) for shared Model implementations in common code and Navigation |
34 | 83 | - [Sultiplatform-Settings](https://github.com/russhwolf/multiplatform-settings) for Key-Value preferences |
35 | 84 | - [Jetpack Compose](https://developer.android.com/jetpack/compose) |
36 | | -- [Coil](https://github.com/coil-kt/coil) for image loading |
| 85 | +- [Coil](https://github.com/coil-kt/coil) for image loading |
0 commit comments