Skip to content

izzymg/catpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

catpack

catpack sprite Simple asset packer written in safe Rust inspired by this video.

Features

  • Supports lz4 compression
  • Provides for streaming arbitrary data from the package
  • Simple binary for packing & unpacking provided
  • Zero dependencies without compression

Library

Provides structures for writing and reading in package files. Useful for storing long-lived asset handles that seek to specific items in the package when needed, rather than holding the entire package in memory.

Binary

A simple pack/unpack utility, packs folders into a package file, or unpacks a package file back into a directory.

Also serves as a simple example for using the library.

About

Simple binary asset package library & format

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages