https://github.com/EmbarkStudios/rust-ecosystem
Rust wants & tracking for Embark π¦
https://github.com/EmbarkStudios/rust-ecosystem
gamedev rust
Last synced: about 2 months ago
JSON representation
Rust wants & tracking for Embark π¦
- Host: GitHub
- URL: https://github.com/EmbarkStudios/rust-ecosystem
- Owner: EmbarkStudios
- License: apache-2.0
- Created: 2019-04-01T19:28:46.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-04-30T11:52:47.000Z (about 1 year ago)
- Last Synced: 2024-08-02T17:39:36.942Z (10 months ago)
- Topics: gamedev, rust
- Language: Rust
- Homepage: http://embark.rs
- Size: 197 KB
- Stars: 873
- Watchers: 52
- Forks: 19
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
- Audit: audits.toml
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- AwesomeCppGameDev - rust-ecosystem
README
# Embark Rust Ecosystem
[](http://embark.games)
High-level tracking and discussions about improving Rust and the Rust ecosystem for our game development use cases at [Embark](http://embark.games).
Check out the __[Issues](https://github.com/EmbarkStudios/rust-ecosystem/issues)__ for active topics. And our [embark.dev](https://embark.dev) open source portal.
## Open Source
Open source Rust projects we've created so far and are actively using and maintaining:
Name | Description | Crates.io
--- | --- | ---
π [`ash-molten`](https://github.com/EmbarkStudios/ash-molten.git) | Statically linked MoltenVK for Vulkan on Mac using Ash | [](https://crates.io/crates/ash-molten)
π· [`buildkite-jobify`](https://github.com/EmbarkStudios/buildkite-jobify) | Kubekite, but in Rust, using configuration from your repos
π [`cargo-about`](https://github.com/EmbarkStudios/cargo-about) | Cargo plugin to generate list of all licenses for a crate | [](https://crates.io/crates/cargo-about)
β [`cargo-deny`](https://github.com/EmbarkStudios/cargo-deny) | Cargo plugin to help you manage large dependency graphs | [](https://crates.io/crates/cargo-deny)
π [`cargo-fetcher`](https://github.com/EmbarkStudios/cargo-fetcher) | `cargo fetch` alternative for use in CI or other "clean" environments | [](https://crates.io/crates/cargo-fetcher)
π§ [`cervo`](https://github.com/EmbarkStudios/cervo) | Middleware used for ML inference in our games. | [](https://crates.io/crates/cervo)
βοΈ [`cfg-expr`](https://github.com/EmbarkStudios/cfg-expr) | A parser and evaluator for Rust `cfg()` expressions | [](https://crates.io/crates/cfg-expr)
π [`cloud-dns`](https://github.com/EmbarkStudios/cloud-dns) | Client to interact with Google Cloud DNS v1 | [](https://crates.io/crates/cloud-dns) |
π₯ [`crash-handling`](https://github.com/EmbarkStudios/crash-handling) | Collection of crates for catching and handling crashes
β΄οΈ [`discord-sdk`](https://github.com/EmbarkStudios/discord-sdk) | An open implementation of the Discord Game SDK in Rust | [](https://crates.io/crates/discord-sdk)
π [`fsr-rs`](https://github.com/EmbarkStudios/fsr-rs) | Rust bindings for AMD FidelityFXβ’ Super Resolution | [](https://crates.io/crates/fsr)
π [`gsutil`](https://github.com/EmbarkStudios/gsutil) | A small, incomplete replacement for the official gsutil | [](https://crates.io/crates/gsutil)
π‘ [`kajiya`](https://github.com/EmbarkStudios/kajiya) | Experimental real-time global illumination renderer
π¦ [`krates`](https://github.com/EmbarkStudios/krates) | Creates graphs of crates from cargo metadata | [](https://crates.io/crates/krates)
πͺ [`mirror-mirror`](https://github.com/EmbarkStudios/mirror-mirror) | Powerful reflection library for Rust | [](https://crates.io/crates/mirror-mirror)
π [`octobors`](https://github.com/EmbarkStudios/octobors) | GitHub action for automerging PRs based on a few rules
π³ [`physx`](https://github.com/EmbarkStudios/physx-rs) | Use [NVIDIA PhysX](https://github.com/NVIDIAGameWorks/PhysX) in Rust | [](https://crates.io/crates/physx)
β [`poll-promise`](https://github.com/EmbarkStudios/poll-promise) | A Rust promise for games and immediate mode GUIs | [](https://crates.io/crates/poll-promise)
π [`presser`](https://github.com/EmbarkStudios/presser) | A helper crate for doing low-level data copies | [](https://crates.io/crates/presser)
π [`proto-gen`](https://github.com/EmbarkStudios/proto-gen) | A protobuf generation runner/cli using tonic build | [](https://crates.io/crates/proto-gen)
π¦ [`puffin`](https://github.com/EmbarkStudios/puffin) | Simple instrumentation profiler for Rust | [](https://crates.io/crates/puffin)
π [`relnotes`](https://github.com/EmbarkStudios/relnotes) | Automatic GitHub release notes | [](https://crates.io/crates/relnotes)
π [`rpmalloc-rs`](https://github.com/EmbarkStudios/rpmalloc-rs) | Cross-platform Rust global memory allocator using [rpmalloc](https://github.com/rampantpixels/rpmalloc) | [](https://crates.io/crates/rpmalloc)
π [`rust-gpu`](https://github.com/EmbarkStudios/rust-gpu) | Making Rust a first-class language & ecosystem for GPU code |
π [`rymder`](https://github.com/EmbarkStudios/rymder) | Unofficial agones client | [](https://crates.io/crates/rymder)
π [`spdx`](https://github.com/EmbarkStudios/spdx) | Helper crate for SPDX expressions | [](https://crates.io/crates/spdx)
π [`spirv-tools-rs`](https://github.com/EmbarkStudios/spirv-tools-rs) | An unofficial wrapper for SPIR-V Tools | [](https://crates.io/crates/spirv-tools)
π [`superluminal-perf`](https://github.com/EmbarkStudios/superluminal-perf-rs) | [Superluminal Performance](http://superluminal.eu) profiler integration | [](https://crates.io/crates/superluminal-perf)
π [`tame-gcs`](https://github.com/EmbarkStudios/tame-gcs) | Google Cloud Storage functions that follows the sans-io approach | [](https://crates.io/crates/tame-gcs)
π [`tame-oauth`](https://github.com/EmbarkStudios/tame-oauth) | Small OAuth crate that follows the sans-io approach | [](https://crates.io/crates/tame-oauth)
𧬠[`tame-oidc`](https://github.com/EmbarkStudios/tame-oidc) | Small OIDC crate that follows the sans-io approach | [](https://crates.io/crates/tame-oidc)
π© [`tame-webpurify`](https://github.com/EmbarkStudios/tame-webpurify) | An incredibly small library to interact with the [webpurify](https://www.webpurify.com/documentation/) REST API | [](https://crates.io/crates/tame-webpurify)
π¨ [`texture-synthesis`](https://github.com/EmbarkStudios/texture-synthesis) | Example-based texture synthesis generator and CLI example | [](https://crates.io/crates/texture-synthesis)
π [`tiny-bench`](https://github.com/EmbarkStudios/tiny-bench) | A tiny benchmarking library | [](https://crates.io/crates/tiny-bench)
β±οΈ [`tracing-ext-ffi-subscriber`](https://github.com/EmbarkStudios/tracing-ext-ffi-subscriber) | Subscriber for passing spans to a profiling tool via FFI. | [](https://crates.io/crates/tracing-ext-ffi-subscriber)
πͺ΅οΈ [`tracing-logfmt`](https://github.com/EmbarkStudios/tracing-logfmt) | A logfmt formatter for tracing-subscriber. | [](https://crates.io/crates/tracing-logfmt)
π« [`tryhard`](https://github.com/EmbarkStudios/tryhard) | Easily retry futures | [](https://crates.io/crates/tryhard)You can see all these crates on our [crates.io profile](https://crates.io/users/embark-studios).
### Contributing
We encourage contributions to any of our open source projects. If you're not sure where to start, look at the GitHub issues on any of the above projects!
Check out [`guidelines.md`](guidelines.md) for our guidelines & policies for how we develop in Rust.
To make sure we keep a friendly and safe environment for everyone, we have a Contributor Code of Conduct. You can read this in any of our projects' repositories. By contributing to our projects, you agree to the code of conduct.
## Areas of Interest
Areas that we are interested in or working on, and want to help see improved in Rust:
* βΈ __[Distributed systems](https://areweasyncyet.rs/)__ - [async](https://rust-lang.github.io/async-book/), [tokio](https://tokio.rs/), [tonic](https://github.com/hyperium/tonic)
* πΉοΈ __[Game engine systems](http://arewegameyet.com/)__ - multiplayer, rendering, physics, audio, server, assets, workflows
* π¦ __Developer experience__ - fast iteration with large projects/monorepos, distributed builds, debugging, profiling, IDE
* πΈ __[WebAssembly](https://webassembly.org/) and [WASI](https://hacks.mozilla.org/2019/03/standardizing-wasi-a-webassembly-system-interface/)__ - sandboxed safe Rust code on client, edge & cloud
* π€ __[Machine learning](http://www.arewelearningyet.com/)__ - efficient inference, library bindings, training environments
* π __High performance runtime__ - CPU job scheduling, code generation, optimizing crates
* πΊπ± __Console & mobile platform support__ - PlayStation, Xbox, Android. [#18](https://github.com/EmbarkStudios/rust-ecosystem/issues/18)
* π [__Rust on GPU__](https://shader.rs) - future compute & ML programming models beyond shaders,
We track and discuss these from our perspective in the __[Issues](https://github.com/EmbarkStudios/rust-ecosystem/issues)__ for visibility and to get feedback, feel free to join in if you have ideas!
Also check out the [Rust Game Development Working Group](https://github.com/rust-gamedev/wg).
## Work with us
We're actively looking to collaborate with developers on the areas discussed in this repository. If you're interested in working on a specific issue or idea highlighted here, please reach out to us at [`[email protected]`](mailto:[email protected]) to discuss contracting opportunities or sponsorship.
We are also [hiring](https://embark.games/jobs/) for full-time positions remotely within Europe or on-site in Stockholm or MalmΓΆ!
Let's go! π
## License
Licensed under either of
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or )
* MIT license ([LICENSE-MIT](LICENSE-MIT) or )at your option.
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.