1
0
Fork
You've already forked texture65
0
wip texture viewer for n64, primarily as a native linux alternative to texture64
  • C 99.7%
  • Makefile 0.3%
2022年07月28日 22:38:25 -07:00
include add "next thing" address label 2022年07月16日 22:08:02 -07:00
src add "next thing" address label 2022年07月16日 22:08:02 -07:00
.clang-format reformat... 2022年04月03日 19:47:15 -07:00
.gitignore initial commit 2022年02月21日 19:13:06 -07:00
LICENSE add license 2022年03月04日 19:30:49 -07:00
Makefile initial commit 2022年02月21日 19:13:06 -07:00
README.md fix typo 2022年07月28日 22:38:25 -07:00

texture65

a texture viewer for n64 object files, developed for my use in majora's mask decomp. supports every texture format that texture64 does, borrowed implementation of decoding heavily from there also. does not support texture dumping and editing, i won't build it but if somebody does i'll accept prs :)

main virtue is linux support, but it has reportedly built and been run on a mac.

dependencies are opengl >= 3, glew, sdl2, c99-compliant compiler