https://github.com/hunam6/more-compression
Adds more compression formats to Godot Engine.
https://github.com/hunam6/more-compression
gdextension godot godot-engine lz4
Last synced: 8 months ago
JSON representation
Adds more compression formats to Godot Engine.
- Host: GitHub
- URL: https://github.com/hunam6/more-compression
- Owner: Hunam6
- License: mit
- Created: 2024-12-29T22:44:11.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-02-01T13:03:10.000Z (8 months ago)
- Last Synced: 2025-02-01T14:21:22.485Z (8 months ago)
- Topics: gdextension, godot, godot-engine, lz4
- Language: C++
- Homepage:
- Size: 1.35 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### *More Compression*
Adds more compression formats to Godot Engine.
---
### Supported formats
- [LZ4](https://lz4.github.io/lz4/)
### Misc
*Made for **Godot 4.x**.*
### Credit
- [LZ4](https://lz4.github.io/lz4/) under the [2-Clause BSD License](/src/thirdparty/lz4/LICENSE), made
by [Yann Collet](https://github.com/Cyan4973) and [its contributors](https://github.com/lz4/lz4/graphs/contributors).
- [Godot CPP Template](https://github.com/godotengine/godot-cpp-template) under
the [Unlicense License](https://github.com/godotengine/godot-cpp-template/blob/main/LICENSE.md), made
by [Patrick Exner](https://github.com/paddy-exe)
and [its contributors](https://github.com/godotengine/godot-cpp-template/graphs/contributors).
- [GDExtension Template](https://github.com/nathanfranke/gdextension) under
the [Unlicense License](https://github.com/nathanfranke/gdextension/blob/main/LICENSE), made
by [Nathan Franke](https://github.com/nathanfranke)
and [its contributors](https://github.com/nathanfranke/gdextension/graphs/contributors).
- [Godot Engine](https://github.com/godotengine/godot) under
the [MIT License](https://github.com/godotengine/godot/blob/master/LICENSE.txt), made
by [Juan Linietsky](https://github.com/reduz), [Ariel Manzur](https://github.com/punto-),
and [its contributors](https://github.com/godotengine/godot/graphs/contributors).