Highlights
- Arctic Code Vault Contributor
- Pro
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 up
Popular repositories
-
The source code for a tutorial on rendering water using WebGL + Rust + WebAssembly
-
A standalone, stateless, dual quaternion based skeletal animation system built with interactive applications in mind
-
Parse collada .dae 3d animation files into a WebGL friendly JSON format
4,131 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 9 commits in 1 repository
Created an issue in sotrh/learn-wgpu that received 1 comment
Incorrect use of `cargo:rerun-if-changed`
Hey!
Just a heads up that the rerun-if-changed across many of the examples will not work.
use std::path::PathBuf; fn main () { let path = PathBuf::f…