ambient

Crates.ioambient
lib.rsambient
version0.2.8
sourcesrc
created_at2022-08-11 16:02:08.445194
updated_at2023-10-26 11:43:00.624707
descriptionCLI for Ambient, the multiplayer game engine
homepagehttps://ambient.run
repositoryhttps://github.com/AmbientRun/Ambient
max_upload_size
id643410
size56,267
Owners (github:ambientrun:owners)

documentation

https://docs.rs/ambient_api

README

Ambient CLI

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.

Managing runtime versions

Internally the cli will download, install and manage runtime binary versions. Run ambient runtime --help to list available commands.

CLI Source code

The source code for this cli can be found here: https://github.com/AmbientRun/AmbientCli

Commit count: 4583

cargo fmt