Pinned Repositories
Input
A C++11 input manager for SFML.
LNA
another C++/Lua binding
LuaDecompiler
A decompiler for Lua bytecode compiled with luac. Currently targeted at Lua 5.1.
ObjRenderer
Simple OBJ Loader and Renderer using OpenTK
sfml-bitmap-text
Provides bitmap font and text classes for use with SFML
SomeVM
A register-based bytecode interpreter VM.
SpriteBatch
SFML Sprite Batch
Swift2
A SFML-backed game framework.
systemInfo
A cross-platform collection of functions to get hardware information about a computer.
ThreadPool
A thread pool for C++ using std::thread and other C++11/14 standard threading utilities.
dabbertorres's Repositories
dabbertorres/ThreadPool
A thread pool for C++ using std::thread and other C++11/14 standard threading utilities.
dabbertorres/SpriteBatch
SFML Sprite Batch
dabbertorres/systemInfo
A cross-platform collection of functions to get hardware information about a computer.
dabbertorres/gfs
A Generic File System library for C++.
dabbertorres/dbman
CLI/Nvim Plugin/Library for connecting to databases.
dabbertorres/alg
A simple algebra language for demonstrating language design.
dabbertorres/EmbeddedConsole
dabbertorres/generic-switch
Generic Switch function for C++17
dabbertorres/linqo
LINQ-style to SQL for Go
dabbertorres/robit
A raspberry-pi powered remote control car!
dabbertorres/appdata
Go library for locating application data directories according to standards for various OSs.
dabbertorres/autowire
Compile-time Dependency Injection for Go
dabbertorres/bitburner-scripts
Saving the various scripts (WIP and not) I use (or have used) in Bitburner (https://github.com/danielyxie/bitburner).
dabbertorres/concepts-state-machine
Generic State Machine using C++ 20 Concepts for per-state feature opt-in.
dabbertorres/cppnet
dabbertorres/dabbertorres.github.io
Meh github pages website
dabbertorres/dev-server-configs
config files for dev server deployments
dabbertorres/dotfiles
dotfiles for my Linux environment. zsh, neovim, sway (i3 for Wayland), and more
dabbertorres/galaga-term
Play Galaga in your terminal (WIP)
dabbertorres/gbemu
dabbertorres/go-server-sent-events
Small Server-Sent Events API for Go.
dabbertorres/how
another argument/config library for Go
dabbertorres/Minesweeper
simple Minesweeper clone written using WPF.
dabbertorres/mnist-nn
Back-propagation neural net for the MNIST database written in C++ 17.
dabbertorres/SFML
Simple and Fast Multimedia Library
dabbertorres/sfml-graph
simplistic drawable/transformable graph class for sfml
dabbertorres/stream
streams package for Go
dabbertorres/tacit
CSS Framework for Dummies, Without Classes
dabbertorres/tty-solitaire
Play solitaire in your terminal!
dabbertorres/web-srv-base
basic web server setup to build from in Go