Marathon editing tools.
 
 
 
 
 
Go to file
an d64a4167d8 maraiah: rename Minf to Info 2019-06-13 23:20:57 -04:00
source maraiah: rename Minf to Info 2019-06-13 23:20:57 -04:00
tests maraiah: rename Minf to Info 2019-06-13 23:20:57 -04:00
.gitattributes save files for refresh 2019-02-09 00:03:27 -05:00
.gitignore add properties window 2019-05-16 00:28:33 -04:00
Cargo.toml name change 2019-05-30 03:11:18 -04:00
LICENSE name change 2019-06-09 16:58:59 -04:00
MarathonData.md data: fix indentation in markdown 2019-06-12 23:28:15 -04:00
README.md maraiah: reorganize project 2019-06-13 21:09:07 -04:00
clippy.toml clippy saves the world, part 2 2019-02-24 23:34:59 -05:00
rustfmt.toml partially format code with rustfmt 2019-02-09 00:53:27 -05:00

README.md

Maraiah

Public domain tools for editing data for the Marathon engine. The name "Maraiah" is derived from the Japanese transliteration of "Mariah," and is pronounced "mah-rye-uhh" (/mɑɹaɪʌ/ in IPA.) It has no special meaning.

maraiah

The basis of this project is the Rust project maraiah which provides functions and structures to build applications which work with Marathon's data.

Maraiah comes with a set of almost fully portable tools written in Rust, including binary file reading, safe C-like enum reading, improved error handling, FFI tools, fixed point numbers, and image and sound structures.

Maraiah also comes with APIs for working with various data formats, primarily Marathon's. It also handles Macintosh PICT files, Portable PixMap, TARGA, RIFF WAVE, and more.

maraiah-leela

leela is a CLI utility that essentially allows for a direct user interface to the underlying Maraiah library.

maraiah-tycho

tycho is a map editor written in C++ and Rust using Qt.