An open source game asset viewer for a certain hit console that happens to render 3D graphics without 3D glasses.
- Support for textures made by a console by company with red branding, and it happens to render 3D graphics without 3D glasses.
- Proprietary texture format decoding
- Texture previews
- Modular format handlers
- Local-only asset inspection
- Audio and media inspection
- Game-specific format support
From the source directory:
go run ./cmd/patchouli
Build a native executable:
go build -o patchouli ./cmd/patchouli
You can run the resulting executable:
./patchouli
Testing ---
Run the test suite:
go test ./...
Patchouli is licensed under the Mozilla Public License 2.0.