Pinned Repositories
foundation_lib
Cross-platform public domain foundation library in C providing basic support data types and functions to write applications and games in a platform-independent fashion.
json
Single file in-place JSON/SJSON parser
mdns
Public domain mDNS/DNS-SD library in C
mdns_lib
mDNS service and discovery library
rpmalloc
Public domain cross platform lock free thread caching 16-byte aligned memory allocator implemented in C
rpmalloc-benchmark
Benchmarks for our memory allocator
timer_lib
Cross-platform timer library
vector_lib
Math vector library
vslocate
Locate Visual Studio installations in Python and C
window_lib
Library for managing windows for cross platform UI applications
mjansson's Repositories
mjansson/rpmalloc
Public domain cross platform lock free thread caching 16-byte aligned memory allocator implemented in C
mjansson/mdns
Public domain mDNS/DNS-SD library in C
mjansson/foundation_lib
Cross-platform public domain foundation library in C providing basic support data types and functions to write applications and games in a platform-independent fashion.
mjansson/timer_lib
Cross-platform timer library
mjansson/json
Single file in-place JSON/SJSON parser
mjansson/rpmalloc-benchmark
Benchmarks for our memory allocator
mjansson/vector_lib
Math vector library
mjansson/window_lib
Library for managing windows for cross platform UI applications
mjansson/mdns_lib
mDNS service and discovery library
mjansson/render_lib
Rendering library for 2D/3D graphics
mjansson/lua_lib
Adaptation of LuaJIT for our foundation lib based projects
mjansson/memory_lib
Lock-free memory allocator
mjansson/network_lib
Network library
mjansson/vslocate
Locate Visual Studio installations in Python and C
mjansson/task_lib
Library for task-based parallellism
mjansson/ninja_generator
Ninja build generator for foundation library projects
mjansson/resource_lib
Resource management library for loading and compiling resources for games and applications
mjansson/input_lib
Cross-platform input handling library
mjansson/obj_lib
OBJ reader and writer library
mjansson/gltf_lib
glTF reader
mjansson/luau_lib
Luau library
mjansson/mesh_lib
Mesh library
mjansson/image_lib
Image loading library
mjansson/TaskScheduler
Multithreaded task scheduler experiments
mjansson/alloc-test
Cross-platform benchmarking for memory allocators, aiming to be as close to real world as it is practical
mjansson/allocator_bench
bench of various memory allocators
mjansson/LuaJIT
Mirror of the LuaJIT git repository
mjansson/luau
A fast, small, safe, gradually typed embeddable scripting language derived from Lua
mjansson/mimalloc-bench
Suite for benchmarking malloc implementations.
mjansson/ninja
a small build system with a focus on speed