Starred repositories
A library for creating generic graph data structures and modifying, analyzing, and visualizing them.
21st century, multi-purpose relay from source to destination
TUI for reviewing diffs, files, and documents with inline annotations
Go bindings for raylib, a simple and easy-to-use library to enjoy videogames programming.
Expression language and expression evaluation for Go
Various small attempts at procedural generation, AI, simulation and whatnot.
Particles simulation built with Go and WebAssembly
Desktop application for cloth physics simulation using Gio GUI.
A game engine currently under development.
A coffee shop simulation using Go language
Simulations for the Computational Cognitive Neuroscience textbook
Combustion engine simulator that generates realistic audio.
Go package that provides implementations of common data structures including a double-ended queue (Deque), a linked list, a queue, a trie, a stack, a priority queue, a binary search tree, a graph, …
General purpose 3D and 2D game engine using Go (golang) and Vulkan with built in editor
Go package to make lightweight ASCII line graph ╭┈╯ in command line apps with no other dependencies.
Style definitions for nice terminal layouts 👄
A Redis clone built from scratch in Rust to explore distributed systems and systems programming. Implements the RESP protocol, TCP server with Tokio async runtime, and core Redis commands. Built in…