Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jam1garner/nutexb

A Rust library for working with Namco's nutexb texture files
https://github.com/jam1garner/nutexb

Last synced: 4 days ago
JSON representation

A Rust library for working with Namco's nutexb texture files

Awesome Lists containing this project

README

        

# nutexb
A Rust library for working with namco nutexb textures commonly found in Smash Ultimate (among others).

Features

* Supports reading/writing 2D textures, 3D textures, and cube maps for nutexb
* Deswizzling the nutexb image data
* Converting DDS files from the [ddsfile](https://crates.io/crates/) crate to and from nutexb
* Convert formats supported by [image-rs](https://github.com/image-rs/image) to nutexb

Also check out [img2nutexb](https://github.com/jam1garner/img2nutexb) for command line usage.