Pinned Repositories
sentient-lang
The Sentient Programming Language.
ascii_tree
Parses a usable tree from ASCII art.
audio_mixer
An efficient, cross-platform Rust crate that mixes together audio from different sources.
autonomous_exploration
The code and resources for my final year project from the University of Southampton.
bucket_queue
A Rust crate for a Bucket Queue data structure that can be used as a Priority Queue.
game-engine
A project for me to explore writing a game engine from scratch.
game-loop
A Rust crate that implements a frame-rate-independent game loop.
minimal-rust-wasm
An extremely minimal Rust + WASM example.
puzzle-cards
An original card game by Chris Patuzzo.
tuzz's Repositories
tuzz/game-loop
A Rust crate that implements a frame-rate-independent game loop.
tuzz/game-engine
A project for me to explore writing a game engine from scratch.
tuzz/minimal-rust-wasm
An extremely minimal Rust + WASM example.
tuzz/audio_mixer
An efficient, cross-platform Rust crate that mixes together audio from different sources.
tuzz/snake-egg-puzzle
A Sentient program to solve snake egg puzzles.
tuzz/zz
The tuzz automation tool.
tuzz/boolean_simplifier
A hobbyist's attempt to simplify boolean expressions using a recursive, object-oriented strategy.
tuzz/ipasir-sys
A Rust crate that contains FFI bindings for IPASIR-compatible SAT solvers.
tuzz/pangram-machine
A software implementation of Lee Sallows' Pangram Machine from his paper 'In Quest of a Pangram'.
tuzz/sliding_puzzle_rust
A Rust crate for manipulating sliding tile puzzles.
tuzz/gridworld
An implementation of the gridworld example from Sutton and Barto's book on Reinforcement Learning.
tuzz/renderer
A Rust crate that abstracts over the wgpu crate to provide greatly simplified rendering.
tuzz/tuzz.tech
The start of something exciting.
tuzz/puzzle-cards
An original card game by Chris Patuzzo.
tuzz/assembly
tuzz/chaffin-variation-rust
tuzz/cognitive-services-speech-sdk-rs
tuzz/escl-scan
A library for scanning documents over LAN or Wi-Fi using eSCL protocol.
tuzz/gaussian_blur_generator
Generates fragment shaders that apply a Gaussian blur in an efficient manner.
tuzz/guitar-tablature
Guitar tablature that I transcribed myself or have adapted or corrected in some way.
tuzz/java-example
An example Java + Maven + JUnit + Docker project.
tuzz/k-flip-sat
A k-flip local search algorithm for SAT and MAX SAT.
tuzz/learning-wgpu
Working through the tutorial here: https://sotrh.github.io/learn-wgpu/
tuzz/legion-ecs-wasm-benchmark
A test page that can be used to measure how long Legion ECS takes to create/update some entities.
tuzz/rack-attack
Rack middleware for blocking & throttling
tuzz/recursion-workshop
tuzz/square-of-squares-parametric-formula
tuzz/square-sum
A solver for the Square Sum problem from a Numberphile video.
tuzz/supermux
A reduction of the superpermutation problem to Quantified Boolean Formula.
tuzz/webgl-fps-test
A quick WebGL program for testing frame rate.