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
Pinned
302 contributions in the last year
Contribution activity
November 1, 2020
October 2020
- sdleffler/any-cache Rust
- sdleffler/miniquad Rust
- sdleffler/atomic_refcell Rust
- sdleffler/sludge Rust
- sdleffler/rlua_serde Rust
- sdleffler/warmy Rust
- sdleffler/thunderdome Rust
- sdleffler/nalgebra.org CSS
Created a pull request in Ralith/hecs that received 11 comments
`SmartComponent` interface for change-tracking functionality
This PR adds a SmartComponent trait which allows a user to implement their own callbacks for mutable/immutable component access. See https://github…
Created an issue in Ralith/hecs that received 2 comments
Add support for generic types to `#[derive(Bundle)]`
At current, the Bundle derive macro doesn't support generics and it seems to me like it should be able to support them without too much trouble.