Pinned Repositories
amboso
Build tool wrapping make. Written in bash.
amboso-template
A template repo including amboso. The example helloworld is in C.
helapordo
A roguelike terminal game, using ncurses.
helapordo-docs
This repo contains documentation on helapordo.
invil
A Rust implementation of amboso.
koliseo
An arena allocator library in C.
roko
A simple VM written in C.
s4c-scripts
A python package to help using sprites with ncurses from C.
sprites4curses
Small C library to deal with simple sprites in ncurses, with a raylib extension to reuse assets. Includes python scripts to convert png sprites to a char representation.
spuro
A stb-style log library in C.
jgabaut's Repositories
jgabaut/helapordo
A roguelike terminal game, using ncurses.
jgabaut/koliseo
An arena allocator library in C.
jgabaut/amboso
Build tool wrapping make. Written in bash.
jgabaut/invil
A Rust implementation of amboso.
jgabaut/roko
A simple VM written in C.
jgabaut/spuro
A stb-style log library in C.
jgabaut/amboso-template
A template repo including amboso. The example helloworld is in C.
jgabaut/helapordo-docs
This repo contains documentation on helapordo.
jgabaut/najlo
A bash tool to parse Makefiles.
jgabaut/s4c-gui
A small collection of ncurses UI elements.
jgabaut/s4c-scripts
A python package to help using sprites with ncurses from C.
jgabaut/sprites4curses
Small C library to deal with simple sprites in ncurses, with a raylib extension to reuse assets. Includes python scripts to convert png sprites to a char representation.
jgabaut/bsp-dungeon-generator
Fork of: Simple implementation in C of a dungeon generator using the Binary Space Partitioning (BSP)
jgabaut/easy-repl
Rust crate to create simple REPLs easily
jgabaut/github-stats
jgabaut/jgabaut
jgabaut/kls-hasher
A toy program using Koliseo.
jgabaut/koliseo-docs
This repo contains documentation on Koliseo.
jgabaut/ringabuf
A naive ring buffer implementation in C.
jgabaut/tiger-rs
Rust implementation of the projects from the book Modern Compiler Implementation in ML
jgabaut/tomlc99
TOML C library
jgabaut/akcipitro
A naive parser for a restricted TOML.
jgabaut/java-option-parser
Exercise in Java. Trying to reimplement a subset of Apace Common CLI.
jgabaut/optparse
Portable, reentrant, getopt-like option parser
jgabaut/simplelog.rs
Simple Logging Facility for Rust
jgabaut/tore
Simple Console Reminder Application