nitro-engine/tools
Antonio Niño Díaz 527f524e7c tools: Remove nitro_texture_converter
This has been replaced by img2ds, which supports more image formats as
input and is more maintainable.
2022-10-20 02:03:30 +01:00
..
img2ds tools: img2ds: Improve documentation and output 2022-10-20 02:02:12 +01:00
md5_to_dsma tools: Remove old tools and integrate md5_to_dsma 2022-10-11 01:38:58 +01:00
obj2dl tools: obj2dl: Support quads 2022-09-10 15:48:41 +01:00
readme.rst tools: Remove nitro_texture_converter 2022-10-20 02:03:30 +01:00

Nitro Engine Tools
==================

The following tools are used to export models created on the PC to the NDS:

- **obj2dl**

  Converts a Wavefront OBJ file into a NDS display list.

- **md5_to_dsma**

  Converts MD5 models with skeletal animation (md5mesh and md5anim files) into a
  format that allows them to be displayed on the NDS efficiently.

  https://github.com/AntonioND/dsma-library

- **img2ds** (WIP)

  Converts images in several formats to NDS textures and palettes. It is
  recommended to use PNG files with transparency.