Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
1,704 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 48 commits in 23 repositories
Created 4 repositories
Created a pull request in EmbarkStudios/rust-gpu that received 15 comments
Add changes to compile rust-gpu on the latest nightly
This PR along with allows rustc to be able to pull in and compile rust-gpu as a codegen backend. There's also some changes that are needed on rustc…
Opened 32 other pull requests in 21 repositories
EmbarkStudios/rust-gpu
7
merged
1
open
3
closed
- Update Code Of Covenant to 2.0
- Create Meeting Issue Template
- Update ash-molten to compile on macOS
- Refactor spirv-builder to build codegen and sysroot itself
- Put shader modules at the top of the example runners
- Use branch over commit for glam.
- Update glam
- Fix DebugInfoMethods and BackendTypes to match latest source
- Move tests from spirv-builder to their own crate
- Move top-level crates to crates/ directory
- Add enhancement issue template
EmbarkStudios/superluminal-perf-rs
2
merged
EmbarkStudios/cfg-expr
1
merged
EmbarkStudios/nfd2
1
merged
EmbarkStudios/rpmalloc-rs
1
open
EmbarkStudios/buildkite-jobify
1
merged
EmbarkStudios/cargo-fetcher
1
merged
EmbarkStudios/krates
1
merged
EmbarkStudios/spdx
1
merged
EmbarkStudios/tame-oauth
1
merged
EmbarkStudios/cargo-deny
1
merged
EmbarkStudios/cargo-about
1
merged
EmbarkStudios/ash-molten
1
open
EmbarkStudios/puffin
1
merged
EmbarkStudios/texture-synthesis
1
merged
EmbarkStudios/tame-gcs
1
merged
EmbarkStudios/physx-rs
1
merged
EmbarkStudios/tryhard
1
merged
EmbarkStudios/opensource-website
1
merged
arcnmx/pipe-rs
1
open
DianaNites/cargo-sysroot
1
merged
Reviewed 13 pull requests in 1 repository
EmbarkStudios/rust-gpu 13 pull requests
- Add compile error when both use-compiled-tools and use-installed-tools are enabled
- Use a demangled symbol name for OpName.
- Sky shader Improvements.
- Merged wgpu runners
- Put shader modules at the top of the example runners
- rustup update
- Update 001-resource-binding-syntax.md
- Add barrier proposal
- Don't ICE on spir-v module version mismatch
- Add trunc and fract to MathExt
- Update ash-molten to use version 0.7
- Add Android support to wgpu example
- Re-introduce "getting started" section
Created an issue in DianaNites/cargo-sysroot that received 28 comments
Add Library API
Hello, I'm working on EmbarkStudios/rust-gpu and we're currently looking at how we can build our own sysroot as part of our build process (EmbarkSt…