Pinned Repositories
bevy-physics-weekend
Game physics in one weekend with bevy
glam-rs
A simple and fast linear algebra library for games and graphics
mathbench-rs
Comparing performance of Rust math libraries for common 3D game and graphics tasks
objectpool
Object pool implementation in C++11
pathtrace-rs
A simple path tracer built in Rust
recastnavigation-old
Git mirror of old recastnavigation svn repository - will not continue to be updated
sb6rust
A Rust port of the OpenGL SuperBible Edition 6 sample code.
sortrs
Introspection sort implementation in Rust
bitshifter's Repositories
bitshifter/glam-rs
A simple and fast linear algebra library for games and graphics
bitshifter/mathbench-rs
Comparing performance of Rust math libraries for common 3D game and graphics tasks
bitshifter/objectpool
Object pool implementation in C++11
bitshifter/pathtrace-rs
A simple path tracer built in Rust
bitshifter/bevy-physics-weekend
Game physics in one weekend with bevy
bitshifter/sb6rust
A Rust port of the OpenGL SuperBible Edition 6 sample code.
bitshifter/radixsort
Radix sort implementations in C and C++
bitshifter/sortrs
Introspection sort implementation in Rust
bitshifter/radixsort-rs
A radix sort implementation in Rust.
bitshifter/bitshifter.github.io
bitshifter/imgui-rs
Rust bindings for ImGui
bitshifter/cimgui
c-api for imgui (https://github.com/ocornut/imgui)
bitshifter/bevy
A refreshingly simple data-driven game engine built in Rust
bitshifter/bevy-2d-rotation-example
Simple example of performing common 2D rotations in bevy
bitshifter/bevy_flycam
Basic first-person fly camera for the Bevy game engine
bitshifter/bevy_mod_picking
Unofficial 3D mouse picking plugin for Bevy
bitshifter/cgmath
A linear algebra and mathematics library for computer graphics.
bitshifter/glium
Safe OpenGL wrapper for the Rust language.
bitshifter/iced
A cross-platform GUI library for Rust, inspired by Elm
bitshifter/imgui
Bloat-free Immediate Mode Graphical User interface for C++ with minimal dependencies
bitshifter/nonius
A C++ micro-benchmarking framework
bitshifter/raytracinginoneweekend
The source for the ebook Ray Tracing in One Weekend by Peter Shirley. This work is in the public domain.
bitshifter/reference
The Rust Reference
bitshifter/ripgrep
ripgrep combines the usability of The Silver Searcher with the raw speed of grep.
bitshifter/rust
A safe, concurrent, practical language.
bitshifter/rust-gamedev.github.io
The repository for rust-gamedev.github.io
bitshifter/stdsimd
Experiments with adding SIMD support to Rust's standard library.
bitshifter/vallus
bitshifter/vector-benchmarks
Vector benchmakrs with SIMD instructions
bitshifter/wgpu-rs
Rust bindings to wgpu native library