Pinned Repositories
lzralbu's Repositories
lzralbu/bump.lua
A collision detection library for Lua
lzralbu/Celeste64
A game made by the Celeste developers in a week(ish, closer to 2)
lzralbu/lzralbu
lzralbu/cglm
📽 Highly Optimized 2D / 3D Graphics Math (glm) for C
lzralbu/degit
Straightforward project scaffolding
lzralbu/flecs
A fast entity component system (ECS) for C & C++
lzralbu/HandmadeMath
A simple math library for games and computer graphics. Compatible with both C and C++. Public domain and easy to modify.
lzralbu/klib
A standalone and lightweight C library
lzralbu/libs
Single-file public domain libraries for C/C++
lzralbu/luafun
Lua Fun is a high-performance functional programming library for Lua designed with LuaJIT's trace compiler in mind.
lzralbu/lzralbu.github.io
lzralbu/map
A type-safe hash map implementation for C
lzralbu/MicroPather
MicroPather is a path finder and A* solver (astar or a-star) written in platform independent C++ that can be easily integrated into existing code. MicroPather focuses on being a path finding engine for video games but is a generic A* solver.
lzralbu/mlib
Library of generic and type safe containers in pure C language (C99 or C11) for a wide collection of container (comparable to the C++ STL).
lzralbu/modern-cpp-features
A cheatsheet of modern C++ language and library features.
lzralbu/Nuklear
A single-header ANSI C immediate mode cross-platform GUI library
lzralbu/raylib
A simple and easy-to-use library to enjoy videogames programming
lzralbu/raylib-nuklear
Nuklear immediate mode GUI for raylib
lzralbu/rectpack2D
A header-only, very efficient 2D rectangle packing library. Used in Assassin's Creed and Skydio drones. 2 scientific references.
lzralbu/sds
Simple Dynamic Strings library for C
lzralbu/stb
stb single-file public domain libraries for C/C++
lzralbu/STC
A modern, user friendly, generic, type-safe and fast C99 container library: String, Vector, Sorted and Unordered Map and Set, Deque, Forward List, Smart Pointers, Bitset and Random numbers.
lzralbu/The-Forge
The Forge Cross-Platform Rendering Framework PC Windows, Linux, Ray Tracing, macOS / iOS, Android, XBOX, PS4, PS5, Switch, Quest 2
lzralbu/tinyexpr
tiny recursive descent expression parser, compiler, and evaluation engine for math expressions
lzralbu/tmx
C tmx map loader
lzralbu/utf8.h
📚 single header utf8 string functions for C and C++
lzralbu/Verstable
A versatile, performance-oriented generic hash table library for C.
lzralbu/wyhash
The FASTEST QUALITY hash function, random number generators (PRNG) and hash map.
lzralbu/xml.c
Simple XML subset parser comparable to glib's Markup parser, but without any dependencies in one self contained file.
lzralbu/xxHash
Extremely fast non-cryptographic hash algorithm