Pinned Repositories
crunchersharp
Program analyses debugger information file (PDB, so Microsoft Visual C++ only) and presents info about user defined structures (size, padding, etc).
map_benchmark
Comprehensive benchmarks of C++ maps
memtracer
MemTracer is a memory tracking system created mostly with video games in mind.
rdestl
RDESTL is library providing small subset of STL functionality, aimed at games development.
reflection
Reflection in C++
rustmeta
Rust software rendering (metaballs)
wickedplayer
My old MOD/S3M player (GUS only)
zigtracer
A simple path-tracer in Zig
zmachine
Z-machine interpreter in Go
msinilo's Repositories
msinilo/rdestl
RDESTL is library providing small subset of STL functionality, aimed at games development.
msinilo/crunchersharp
Program analyses debugger information file (PDB, so Microsoft Visual C++ only) and presents info about user defined structures (size, padding, etc).
msinilo/memtracer
MemTracer is a memory tracking system created mostly with video games in mind.
msinilo/zigtracer
A simple path-tracer in Zig
msinilo/zmachine
Z-machine interpreter in Go
msinilo/wickedplayer
My old MOD/S3M player (GUS only)
msinilo/rustmeta
Rust software rendering (metaballs)
msinilo/map_benchmark
Comprehensive benchmarks of C++ maps
msinilo/reflection
Reflection in C++
msinilo/DocOrganizer
Simple document organizer
msinilo/nhl_rating
Calculates Elo/Glicko rating for the NHL teams in the 2015/16 regular season.
msinilo/reflector
Reflection system for C++ (extracts info from PDB files)
msinilo/gotracer
Path tracer in Go (my first Go app)
msinilo/libyojimbo
A library for creating secure client/server network protocols over UDP
msinilo/mosaic
Mosaic creator
msinilo/nflcrawler
Fantasy football helper
msinilo/rtracer
Pathtracer in Rust
msinilo/Awesome-Game-Networking
A Curated List of Game Network Programming Resources
msinilo/DbgCircularBuffer
Simple circular buffer class (C++), mostly for diagnostics
msinilo/GameNetworkingSockets
Reliable & unreliable messages over UDP. Robust message fragmentation & reassembly. Encryption.
msinilo/msinilo.github.io
msinilo/PhysX
NVIDIA PhysX SDK
msinilo/rust_juliacube
TV cube, software rendering - Julia + Mandelbrot
msinilo/rust_light
A Rust version of my old "light ray" gfx effect (converted from Java applet)
msinilo/rust_mandelbrot
Mandelbrot fractal zoomer in Rust+Rayon
msinilo/threadtest
Testbed for various threadpool implementations
msinilo/tlsf
Two-Level Segregated Fit memory allocator implementation.