You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`minitox` is a minimal client written for [toxcore](https://github.com/TokTok/c-toxcore). It's an example of tox client implementation and also a toy which new developers came to tox can play and start with, therefore getting familiar with the project.
5
+
`minitox` is a minimal client written for
6
+
[toxcore](https://github.com/TokTok/c-toxcore). It's an example of tox client
7
+
implementation and also a toy which new developers coming to tox can play and
8
+
start with, therefore getting familiar with the project.
6
9
7
10
## Features
8
11
9
12
1. Single File and Small Codebase;
10
-
11
-
2. Fully Standalone(No 3rd libary needed, only rely on toxcore and system c lib);
12
-
13
+
2. Fully Standalone(No 3rd library needed, only rely on toxcore and system c lib);
13
14
3. Covered most apis of Friend&Group, and more to go;
14
-
15
-
4. Fun to play with(Colored text, Async REPL, e.t.c).
15
+
4. Fun to play with(Colored text, Async REPL, etc.).
16
16
17
17
## Build
18
18
19
19
The only lib required is [toxcore](https://github.com/TokTok/c-toxcore):
0 commit comments