-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME
38 lines (18 loc) · 804 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
------------ToyBox------------
ToyBox is a set of general-purpose libraries for the C++11.
------------Tags------------
C++11, Lua, Public domain, OpenGL, OpenAL, UTF-8
Linux, Mac, Windows
GCC, MinGW, Visual Studio 2015, CMake
------------Guide------------
cmake CMake configuration files.
doc For beginners.
examples Sample code is the best tutorial.
extlibs Only tiny size third-party projects are here.
include The header files of ToyBox.
license All licenses of third-party projects are here.
modules All the lua modules are here.
resource Something like font file, image file, lua script, etc.
source The source code of ToyBox.
test Test code.
tools Some useful tools.