Pinned Repositories
async-raft
An implementation of the Raft distributed consensus protocol using the Tokio framework.
amnesia
A Rust ODM for RethinkDB.
dockerfile
A Rust library for dynamically generating Dockerfiles.
giphy-api
A Rust WebAssembly web application & API.
kafka-rs
Native Rust Kafka client, built upon kafka-protocol-rs and Tokio.
kube-coordinate
Kubernetes leader election using the coordination.k8s.io API.
oh-my-zsh
A community-driven framework for managing your zsh configuration. Includes 120+ optional plugins (rails, git, OSX, hub, capistrano, brew, ant, macports, etc), over 120 themes to spice up your morning, and an auto-update tool so that makes it easy to keep up with the latest updates from the community.
wither
An ODM for MongoDB built on the official MongoDB Rust driver.
ybc
A Yew component library based on the Bulma CSS framework.
trunk
Build, bundle & ship your Rust WASM application to the web.
thedodd's Repositories
thedodd/ybc
A Yew component library based on the Bulma CSS framework.
thedodd/kafka-rs
Native Rust Kafka client, built upon kafka-protocol-rs and Tokio.
thedodd/ActionRPG_UE53
Action RPG sample project upgraded to the latest Unreal Engine 5.3
thedodd/AdvancedSessionsPlugin
Advanced Sessions Plugin for UE4
thedodd/ALS-Community
Replicated and optimized community version of Advanced Locomotion System V4 for Unreal Engine 5.4 with additional features & bug fixes
thedodd/ALS-Refactored-Lyra
Gameplay feature plugin version of Sixze's refactored Advanced Locomotion System. Intended for use with Epic's Lyra framework. Includes two differently retargeted sets of ALS animations for the UE5 Mannequin.
thedodd/ALS-V5-Replicated
thedodd/crest
A class-leading water system implemented in Unity
thedodd/GameplayTags
GameplayTags implementation for Unity
thedodd/GASP-ALS
Game Animation Sample with ALS Layering
thedodd/GASP-DynamicAdditiveOverlay
This is a Dynamic Additive Overlay technique introduced into the Game Animation Sample Project from Unreal Engine which is a Motion Matching based Animation System.
thedodd/homebrew-core
🍻 Default formulae for the missing package manager for macOS
thedodd/kafkajs
A modern Apache Kafka client for node.js
thedodd/magic-blending
A demo project for Magic Blending.
thedodd/NimForUE
Nim plugin for UE5 with native performance, hot reloading and full interop that sits between C++ and Blueprints. This allows you to do common UE workflows like for example to extend any UE class in Nim and extending it again in Blueprint if you wish so without restarting the editor. The final aim is to be able to do in Nim what you can do in C++
thedodd/paradedb
Postgres for Search and Analytics
thedodd/ProceduralDungeon
This is an Unreal Engine 4/5 plugin to generate procedural dungeon.
thedodd/rust-toolchain
Concise GitHub Action for installing a Rust toolchain
thedodd/smithy-rs
Code generation for the AWS SDK for Rust, as well as server and generic smithy client generation.
thedodd/SQLiteGameDb
A plugin for unreal engine that gives a SQLite framework built on top of the default Epic plugin code.
thedodd/TargetVector
An Unreal Engine 5 Template utilizing EOS (Epic Online Services), Steam, Modular Gameplay, Common UI and ALS (Advanced Locomotion System Refactored XT).
thedodd/thelio-io-windows
WIP Windows driver for System76 Thelio Io
thedodd/tokio-uring
An io_uring backed runtime for Rust
thedodd/ue5coro
A C++20 coroutine plugin offering seamless integration with Unreal Engine 5.
thedodd/UE_5.5_GASP_ClimbEverywhere
Two components that helps you vault etc from everywhere.
thedodd/Unity-Utility-AI
Utility AI System for Unity
thedodd/Unity-Utils
Extension Methods and Utils for Unity Game Dev
thedodd/unreal-helper-library
UHL - unreal helper library, helps working with AI, GAS, customizing editor and so on
thedodd/UnrealMvvm
MVVM Framework for Unreal
thedodd/UnrealSharp
UnrealSharp is a plugin to Unreal Engine 5, which enables developers to create games using C# with Hot Reload