Pinned Repositories
aho-corasick
A fast implementation of Aho-Corasick in Rust.
anyhow
Flexible concrete Error type built on std::error::Error
assimp
The official Open-Asset-Importer-Library Repository. Loads 40+ 3D-file-formats into one unified and clean data structure.
async-lock
Async synchronization primitives
bevy
A refreshingly simple data-driven game engine built in Rust
bevy_editor
bevy_launcher
calculator
Cross platform calculator application.
vibe
voxilarium
Voxel engine written in C# with Unity.
gehud's Repositories
gehud/voxilarium
Voxel engine written in C# with Unity.
gehud/bevy_editor
gehud/bevy_launcher
gehud/vibe
gehud/bevy
A refreshingly simple data-driven game engine built in Rust
gehud/bevy_streaming
Bevy Streaming for Cloud Gaming through WebRTC
gehud/bitflags
A macro to generate structures which behave like bitflags
gehud/bytemuck
A crate for mucking around with piles of bytes
gehud/byteorder
Rust library for reading/writing numbers in big-endian and little-endian.
gehud/cfg-if
A if/elif-like macro for Rust #[cfg] statements
gehud/chess-unity
gehud/derive_more
Some more derive(Trait) options
gehud/either
The enum Either with variants Left and Right is a general purpose sum type with two cases.
gehud/herzen-portfolio
gehud/herzen-pre-diploma-practice
gehud/herzen-programming-07-theme01-lr01
gehud/herzen-programming-07-theme01-lr02
gehud/herzen-programming-07-theme01-lr03
gehud/herzen-programming-07-theme01-lr04
gehud/herzen-programming-portfolio
gehud/herzen-swl-t2
gehud/libc
Raw bindings to platform APIs for Rust
gehud/log
Logging implementation for Rust
gehud/once_cell
Rust library for single assignment cells and lazy statics without macros
gehud/parking_lot
Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.
gehud/profiling
Provides a very thin abstraction over instrumented profiling crates like puffin, optick, tracy, and superluminal-perf.
gehud/rust-smallvec
"Small vector" optimization for Rust: store up to a small number of items on the stack
gehud/rust-url
URL parser for Rust
gehud/serde
Serialization framework for Rust
gehud/thiserror
derive(Error) for struct and enum error types