Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jam1garner/nutexb
- Owner: jam1garner
- Created: 2020-01-30T08:41:55.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-19T05:59:18.000Z (11 months ago)
- Last Synced: 2025-01-03T02:54:01.293Z (5 days ago)
- Language: Rust
- Homepage:
- Size: 60.5 KB
- Stars: 14
- Watchers: 5
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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 nutexbAlso check out [img2nutexb](https://github.com/jam1garner/img2nutexb) for command line usage.