jordanbarkley / Texture64

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Texture64

A simple tool for creating binary image data for the Nintendo 64.

Formats Currently Supported

  • CI4
  • CI8
  • I4
  • I8
  • IA4
  • IA8
  • RGBA5551
  • RGBA8888

Why Java?

While a C/C++/Python tool would be faster, I chose Java for practical purposes such as easy distribution and lack of endianess issues in the JVM.

About


Languages

Language:Java 95.6%Language:Makefile 2.9%Language:Batchfile 1.5%