Compress/decompress and Encode/Decode DataBase64.

This commit is contained in:
jussi
2023-11-03 23:12:55 +02:00
parent e61823b8bb
commit d74a505d40
16 changed files with 676 additions and 172 deletions

View File

@@ -7,9 +7,8 @@ Backlog {
* Some of the Text strings management functions could be easier to use than the Lua ones.
* Audio
* AudioStream.
* Core.
* Compression/Encoding functionality.
* Models
* BoneInfo.
* LoadMaterials (Load materials from model file).
* LoadMaterialsFromModel (Could then for example edit and set back to model).
* rlgl
@@ -27,7 +26,6 @@ Bugs {
}
Needs Testing {
* UpdateMesh
* rlSetUniform
* rlSetShader
}