Redshell

For now, this is a half-built engine and some 'concept art'. You can try it out by installing from crates.io:

sh cargo install redshell

Or you can install it from source:

sh git clone https://github.com/nic-hartley/redshell.git cd redshell cargo install --path .

Once installed, you'll have a redshell binary, which for now does nothing, and a redshell-concept binary, which will let you run miscellaneous tech demos that I've very generously called 'concept art'.

Eventually, this crate will contain:

This will make extremely heavy use of features, so I'll explain my intended setup here:

If you're doing anything besides developing on redshell itself you almost certainly want to pick only a plat_* feature and nothing else.