-
Notifications
You must be signed in to change notification settings - Fork 62
Home
chrisd1100 edited this page Apr 9, 2023
·
4 revisions
| Module | Description |
|---|---|
| App | Application, window, and input management. |
| Audio | Simple audio playback and resampling. |
| Crypto | Common cryptography tasks. |
| DTLS | DTLS protocol wrapper. |
| Dialog | Stock dialog boxes provided by the OS. |
| File | Simple filesystem helpers. |
| Image | Image compression and cropping. Program icons. |
| JSON | JSON parsing and construction. |
| Log | Get logs, add logs, and set a log callback. |
| Memory | Memory allocation and manipulation. |
| Net | HTTP/HTTPS, WebSocket support. |
| Struct | Simple data structures. |
| System | Functions related to the OS and current process. |
| Thread | Thread creation and synchronization, atomics. |
| Time | High precision time stamps. Sleep. |
| Version |
libmatoya version information. |