Skip to content

Commit c0d7cee

Browse files
author
al1-ce
committed
Readme cleanup
1 parent 71e5825 commit c0d7cee

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

Diff for: README.md

+17-3
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,17 @@
66
[![](readme/logo-game.png)](https://github.com/al1-ce/sily-gamelib)
77
[![](readme/logo-jspp.png)](https://github.com/al1-ce/sily-jspp)
88

9+
### *sily-raylib* and *sily-gamelib* will be merged and reworked in *raylight*
10+
11+
### README IS WIP (will get full *"wiki"* at some day)
12+
913
## Modules
1014

15+
* sily.bindbc - BindBC utils
1116
* sily - Core utils
12-
* sily.dlib - [DLib](https://github.com/gecko0307/dlib) utils
1317
* sily.dyaml - Improved [dyaml](https://github.com/dlang-community/D-YAML) node retrieving
18+
* sily.sdlang - Improved [sdlite](https://github.com/s-ludwig/sdlite)
19+
* sily.unit - Unittest utils
1420

1521
## core
1622
* `sily.color` and `sily.vector`: Contains color and templated vector structs with utils
@@ -54,7 +60,6 @@ help = getopt(
5460
"color|C", "Sets color type. Must be \'ansi8\', \'ansi256\', \'truecolor\'", &conf.color,
5561
);
5662
57-
uint _opt = 0;
5863
if (help.helpWanted || args.length == 1) {
5964
printGetopt(
6065
"Usage: app [args] file",
@@ -83,20 +88,29 @@ Colors:
8388
Misc:
8489
options Returns options
8590
```
91+
8692
* `sily.array`: Array manipulation (fill, search)
93+
* `sily.async`: Async (timer, promise) utils
8794
* `sily.clang`: Utils to work with C bindings (plus `sily.ptr`)
8895
* `sily.conv`: Streamlined conversion
96+
* `sily.curl`: JS-like http requests
8997
* `sily.file`: File manipulation
9098
* `sily.math`: Misc math utils
9199
* `sily.matrix`: Matrix math
100+
* `sily.meta.enums`: Unwraps enums
92101
* `sily.meta.swizzle`: Swizzling used by `sily.vector` and `sily.color`. `sily.meta` itself is empty
93102
* `sily.path`: Path manipulation
94103
* `sily.property`: Template mixin to generate properties
95104
* `sily.ptr`: Pointer conversion
105+
* `sily.quat`: Quaternion math
96106
* `sily.queue`: FCFS queue container
107+
* `sily.random`: std.random wrapper
108+
* `sily.stack`: LCFS stack container
97109
* `sily.stdio`: Stdio wrapper
98110
* `sily.string`: String manipulation
111+
* `sily.thread`: Thread wrapper
99112
* `sily.time`: Time wrapper
113+
* `sily.uid`: UID generator
100114
* `sily.uni`: `std.uni` alternative
101-
* `sily.quaternion`: Quaternion math
115+
* `sily.uri`: URI/URL parser
102116

0 commit comments

Comments
 (0)