WWE Universe Manager
A native desktop application for running a pro-wrestling universe — managing wrestlers, championships, shows, and match booking through a multi-window interface. Built end-to-end in Rust.
// systems, tools & experiments
11 deployments cataloged
featured
A native desktop application for running a pro-wrestling universe — managing wrestlers, championships, shows, and match booking through a multi-window interface. Built end-to-end in Rust.
An HTTP/1.1 server written from scratch on raw TCP primitives, conforming to RFC 9110/9112. Supports keep-alive connections, gzip/deflate/brotli compression, content negotiation, range requests for streaming, and dynamic routing.
A self-hosted tool that builds canon-only anime collections in Plex — scraping episode data from AnimeFillerList, caching it locally, and generating filler-free collections. Full-stack Rust with a Leptos SSR frontend.
Flask-based machine learning application that identifies insects from uploaded images using ResNet50 deep learning technology. Designed for agricultural professionals to quickly identify insect species and receive appropriate pesticide recommendations for effective crop management.
archive
A work-in-progress RPG built in the s&box engine. Features modular systems for combat, economy, and AI-driven units — a business-meets-underworld management sim written in C#.
A community mdBook teaching the Bevy game engine, filling the gap left by sparse tutorials. Five core chapters plus hands-on guides — a rain effect and Wave-Function-Collapse sockets — and an API glossary.
A delightfully simple command-line Pokédex in Go. Renders Pokémon as colored ASCII art in a neofetch-style layout with stat bars, type-based theming, realistic catch mechanics, and local sprite caching.
A feature-rich take on Asteroids built with Bevy and the Avian2D physics engine. Thrust-based movement, particle effects, screen wrapping, a wireframe toggle, and a modular ECS architecture.
A POSIX-compliant shell implementation built in Rust as part of the CodeCrafters challenge. Features command interpretation, external program execution, builtin commands (cd, pwd, echo, type), and a complete REPL interface.
A Python-based static site generator that transforms Markdown content into static HTML websites. Features Jinja2 templating, customizable themes, and fast static file generation with no database required.
An interactive maze generation and solving application with graphical interface using Tkinter. Features customizable maze dimensions, adjustable animation speed, and visualizes the depth-first search solving process with recursive backtracking.