An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

More Compression logo

### *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).