Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ethteck/lfgfx
N64 Graphics data detection and analysis
https://github.com/ethteck/lfgfx
binwalk decompilation f3dex n64 reverse-engineering
Last synced: 3 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-13T10:36:14.000Z (about 2 years ago)
- Last Synced: 2023-02-27T21:22:03.527Z (almost 2 years ago)
- Topics: binwalk, decompilation, f3dex, n64, reverse-engineering
- Language: Python
- Homepage:
- Size: 56.6 KB
- Stars: 14
- 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
* palettewith 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
```