7 releases

new 0.2.5 Sep 27, 2023
0.2.4 Sep 27, 2023
0.1.0 Aug 11, 2022

#60 in Game dev

Download history 2/week @ 2023-06-14 4/week @ 2023-06-21 1/week @ 2023-06-28 4/week @ 2023-07-12 1/week @ 2023-07-19 4/week @ 2023-07-26 2/week @ 2023-08-02 4/week @ 2023-08-09 2/week @ 2023-08-16 6/week @ 2023-08-23 1/week @ 2023-08-30 3/week @ 2023-09-06 82/week @ 2023-09-13 65/week @ 2023-09-20

152 downloads per month

MIT/Apache

27KB
690 lines

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

Dependencies

~17–33MB
~536K SLoC