Introducing RPGCPF - A Toolkit for GCPF Compression
(absolutely-vivid.srht.site)
from absolutely_vivid@programming.dev to rust@programming.dev on 03 Apr 04:37
https://programming.dev/post/27972836
from absolutely_vivid@programming.dev to rust@programming.dev on 03 Apr 04:37
https://programming.dev/post/27972836
I built a library for working with a compression format used by Godot. It’s my first Rust library and I thought the little bit of reverse engineering I did for the format would make for an interesting blog post. Let me know what you think!
(Reposting because I still don’t know understand the lemmy UI lol)
threaded - newest
What is Godot and why does this yet another format exist?
Godot is a FOSS game engine that currently competes with Unity: godotengine.org
The format seems to be some glue to chose between different compression algorithms for the same file format and compress in chunks to be able to decompress only the parts you need.