All Projects → amethyst → Tools

amethyst / Tools

Licence: other
Game development tools for the Amethyst engine

Programming Languages

rust
11053 projects

Labels

Projects that are alternatives of or similar to Tools

Php codesniffer
PHP_CodeSniffer is a set of two PHP scripts; the main phpcs script that tokenizes PHP, JavaScript and CSS files to detect violations of a defined coding standard, and a second phpcbf script to automatically correct coding standard violations. PHP_CodeSniffer is an essential development tool that ensures your code remains clean and consistent.
Stars: ✭ 9,004 (+11747.37%)
Mutual labels:  cli
Hr
A horizontal 📏 for your terminal
Stars: ✭ 1,195 (+1472.37%)
Mutual labels:  cli
Pidtree
🚸 Cross platform children list of a PID.
Stars: ✭ 76 (+0%)
Mutual labels:  cli
Console
The Console component eases the creation of beautiful and testable command line interfaces.
Stars: ✭ 8,988 (+11726.32%)
Mutual labels:  cli
Rdcli
The simple way to download and unrestrict DDL files, torrents and magnets
Stars: ✭ 75 (-1.32%)
Mutual labels:  cli
Nostromo
CLI for building powerful aliases
Stars: ✭ 76 (+0%)
Mutual labels:  cli
Fbi
Node.js workflow tool
Stars: ✭ 74 (-2.63%)
Mutual labels:  cli
Emma Cli
📦 Terminal assistant to find and install node packages.
Stars: ✭ 1,201 (+1480.26%)
Mutual labels:  cli
Vcli
Vertica CLI with auto-completion and syntax highlighting
Stars: ✭ 75 (-1.32%)
Mutual labels:  cli
Bcbc
💳 China UnionPay Bank Card BIN Checker
Stars: ✭ 76 (+0%)
Mutual labels:  cli
Image To Xls
A simple tool to make ascii art from an image using excel colored cells.
Stars: ✭ 75 (-1.32%)
Mutual labels:  cli
Console Jedi
Console application for Bitrix Framework
Stars: ✭ 75 (-1.32%)
Mutual labels:  cli
Instascrape
🚀 A fast and lightweight utility and Python library for downloading posts, stories, and highlights from Instagram.
Stars: ✭ 76 (+0%)
Mutual labels:  cli
Navi
An interactive cheatsheet tool for the command-line
Stars: ✭ 10,055 (+13130.26%)
Mutual labels:  cli
Flybook
✈️ FlyBook is a simple utility to generate static website such as gh-pages, manual of you projects
Stars: ✭ 76 (+0%)
Mutual labels:  cli
Radon
Various code metrics for Python code
Stars: ✭ 1,193 (+1469.74%)
Mutual labels:  cli
Click
The "Command Line Interactive Controller for Kubernetes"
Stars: ✭ 1,198 (+1476.32%)
Mutual labels:  cli
Kit
Tools for developing, documenting, and testing React component libraries
Stars: ✭ 1,201 (+1480.26%)
Mutual labels:  cli
Totp Cli
A cli-based pass-backed TOTP app
Stars: ✭ 76 (+0%)
Mutual labels:  cli
Cognitocurl
🦉🤖Easily sign curl calls to API Gateway with Cognito authorization token.
Stars: ✭ 76 (+0%)
Mutual labels:  cli

Amethyst Tools

Build Status Crates.io MIT/Apache License Join us on Discord Code coverage

Command-line interface for the Amethyst engine to create and deploy game projects. 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:

  • Piping and streaming data between tools like regular Unix commands.
  • Network transparency (e.g. mirroring gameplay from your development machine onto a testbed computer or smartphone).
  • Customizing your workflow to your liking with plain ol' shell scripts.
  • Stripping out tools you don't want or need, or easily supplanting them with third-party utilities.
  • Serving as backends for various "mega-editors" provided by third parties or written in-house.

Installing

By executing

cargo install amethyst_tools

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

Usage

Creating a new project

amethyst new <project_name>

Contributing

Note: Any interaction with the Amethyst project is subject to our Code of Conduct.

Amethyst is a community-based project that welcomes contributions from anyone. If you're interested in helping out, please read the contribution guidelines before getting started.

We have a good first issue category that groups all issues or feature requests that can be made without having an extensive knowledge of Rust or Amethyst. Working on those issues is a good, if not the best, way to learn.

If you think you are not ready to code yet, you can still contribute by reviewing code written by other members of the community. Code reviews ensure that code merged into Amethyst is of the highest quality as possible. Pull requests that are available for reviews can be found here.

If for some reason we don't have any open PRs in need of a review nor any good first issues (that would be a good thing), feel free to consult our issue tracker.

License

Amethyst is free and open source software distributed under the terms of both the MIT License and the Apache License 2.0.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].