https://github.com/ethteck/lfgfx
N64 Graphics data detection and analysis
https://github.com/ethteck/lfgfx
binwalk decompilation f3dex n64 reverse-engineering
Last synced: 7 months ago
JSON representation
N64 Graphics data detection and analysis
- Host: GitHub
- URL: https://github.com/ethteck/lfgfx
- Owner: ethteck
- License: mit
- Created: 2022-05-19T15:39:24.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-13T10:36:14.000Z (over 3 years ago)
- Last Synced: 2025-04-13T13:47:40.898Z (12 months ago)
- Topics: binwalk, decompilation, f3dex, n64, reverse-engineering
- Language: Python
- Homepage:
- Size: 56.6 KB
- Stars: 18
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# LFGFX (Looking for GFX)
lfgfx is a tool to help reverse engineers analyze blobs of graphics data from N64 games.

### Currently supported graphics objects:
* display list
* vtx
* texture image
* palette
with more on the way!
### Requirements
Python 3.8 or newer
`pip install -r requirements.txt`
## Usage
```
./lfgfx.py ~/repos/papermario/assets/us/37ADD0.bin 0x09000000
```