Pinned Repositories
boids-rs
Boids Flocking Simulation implemented in Rust using the Amethyst game engine
logitech-lcd
Rust bindings for the Logitech Gaming LCD/Gamepanel SDK
logitech-led
Rust bindings for the Logitech Gaming LED Illumination SDK
sliding-puzzle
Simple sliding puzzle solver written in rust
sudoku-solver
Simple backtracking sudoku solver written in rust.
tokio-udp-multicast-chat
Example UDP multicast CLI chat client using Tokio
henninglive's Repositories
henninglive/tokio-udp-multicast-chat
Example UDP multicast CLI chat client using Tokio
henninglive/logitech-lcd
Rust bindings for the Logitech Gaming LCD/Gamepanel SDK
henninglive/logitech-led
Rust bindings for the Logitech Gaming LED Illumination SDK
henninglive/boids-rs
Boids Flocking Simulation implemented in Rust using the Amethyst game engine
henninglive/countdown-numbers
CLI program that finds all solutions to a numbers round from the popular British tv show Countdown.
henninglive/sliding-puzzle
Simple sliding puzzle solver written in rust
henninglive/sudoku-solver
Simple backtracking sudoku solver written in rust.
henninglive/advent-of-code
Advent of Code 2020 solved in Rust
henninglive/chip8-emulator-rs
henninglive/gamma-correction-demo
Integrative demo of a gamma curve implemented using Rust and SDL2.
henninglive/num-digits-micro-bench
Rust micro benchmark of different algorithms for finding the number of decimal digits in an integer.
henninglive/puzzel-test
henninglive/rust-ctrlc
Easy Ctrl-C handler for Rust projects
henninglive/sub-cipher-rs
Very simple encrypt decrypt utility for polyalphabetic substitution ciphers.
henninglive/url-shortener