Crates.io | ambient |
lib.rs | ambient |
version | 0.2.8 |
source | src |
created_at | 2022-08-11 16:02:08.445194 |
updated_at | 2023-10-26 11:43:00.624707 |
description | CLI for Ambient, the multiplayer game engine |
homepage | https://ambient.run |
repository | https://github.com/AmbientRun/Ambient |
max_upload_size | |
id | 643410 |
size | 56,267 |
This is the command line tool for Ambient, the multiplayer game engine.
Installing:
cargo install ambient
Getting started:
ambient new my_project
cd my_project
ambient run
You can always type ambient --help
for more information.
See the Ambient documentation to learn more.
Internally the cli will download, install and manage runtime binary versions.
Run ambient runtime --help
to list available commands.
The source code for this cli can be found here: https://github.com/AmbientRun/AmbientCli