omt

Crates.ioomt
lib.rsomt
version0.8.3-alpha
sourcesrc
created_at2021-04-05 10:03:52.461799
updated_at2023-01-29 21:09:09.573358
descriptionA set of tiny tools mostly used for game development. A Texture atlas packer, a font converter, a pakfile creator.
homepagehttps://github.com/AndreasOM/omt
repositoryhttps://github.com/AndreasOM/omt
max_upload_size
id379262
size184,354
Andreas Neukoetter (AndreasOM)

documentation

README

Status

Rust

omt

Omni-Mad Tools

A set of tiny tools used for game development.

omt-asset

Controls the conversion of source content into game data.

omt-atlas

Combines textures into one (or more) texture atlases.

omt-font

Creates a signed distance field (SDF) font from a font file, e.g. .ttf, o .otf.

omt-packer

Combines a list of files into a single pakfile.

omt-script

Verifies, and copies (aka converts) a script. Currently very rough, only does a quick lua verification.

omt-shader

Verififes, and optionally optimizes shaders.

omt-soundbank

Converts a soundbank configurtion into a binary config file, and writes out a header (currently c++ only) so you can use #defined values instead of magic numbers.

omt-xcassets

Creates an AppIcon set from a single file. Mostly used to make development for Apple devices easier.

Commit count: 175

cargo fmt