Amethyst Tools

Build Status Crates.io GPL3 License Join the chat

A suite of game development tools written in Rust, intended for use with the Amethyst engine. This project is a work in progress and is very incomplete; pardon the dust!

Vision

One of the goals of Amethyst is to split up the traditional "mega-editor" seen in many other game engines into several small but well-integrated tools, adhering to the Unix philosophy. This approach allows for nifty things like:

Toolchain

At the moment, there is only one tool available in this distribution. Please suggest ideas for more tools on our issue tracker.

Installing

By executing

sh cargo install amethyst_tools

a binary called amethyst will be placed in your ~/cargo/bin folder.

Usage

Creating a new project

sh amethyst new <project_name>

Contributing

We are a community project that welcomes contribution from anyone. If you're interested in helping out, please read the CONTRIBUTING.md file before getting started. Don't know what to hack on? See the Development Roadmap on our wiki, or search though our issue tracker.

All contributions are assumed do be dual-licensed under MIT/Apache-2.0.