Ambient icon indicating copy to clipboard operation
Ambient copied to clipboard

The multiplayer game engine

Results 185 Ambient issues
Sort by recently updated
recently updated
newest added

[Installing from Git](https://ambientrun.github.io/Ambient/user/installing.html#installing-from-git) error: failed to run custom build command for `russimp-sys v1.0.3` Caused by: process didn't exit successfully: `/var/folders/t9/qdx760hj2dd5thjq5zhgc8q40000gn/T/cargo-install99ljak/release/build/russimp-sys-971aa872f0661ea0/build-script-build` (exit status: 101) --- stdout cargo:rerun-if-env-changed=RUSSIMP_PREBUILT Downloading https://github.com/jkvargas/russimp-sys/releases/download/v1.0.3/russimp-1.0.3-x86_64-apple-darwin.tar.gz --- stderr...

The runtime should have an operating mode where it will run the client and server as normal, and exit with a 0 or error status code depending on one of...

enhancement
api
examples

Something strange is going on with the ci; it seems like the Linux build cache gets bigger and bigger with each new build. I haven't been able to figure out...

good first issue

Hello, You guys don't have a policy for contributing, or I didn't find it, so I hope a pull request out of the blue is no problem. If it is,...

#153 reported a suspicious cache usage increase. This PR introduces a new step in the build process to output the content of the `target` directory after the build. This will...

This is a minor quality of life feature, but might be a good challenge for someone who wants to get to know the codebase. To do this, you'll need to...

enhancement
good first issue

This PR creates documentation about the network protocol. The style is still confusing in the sense that is a mix of a code walk-through, reference documentation, and a tutorial. We...

I'm not sure where the team stands on it, but I just wanted to bring up the tendency for Rust projects to *eventually* end up dual licensing under MIT/Apache 2.0....

We need to code sign the binary on Windows, to avoid being flag as malicious.