Pinned Repositories
C_Interpreter
Aims to be interpreted C written in C.
c_utils
utility functions and libraries, for lists, queue's, strings, file I/O and general utilities, and vectors in the form of CVector (which has it's own repo).
Craft
A simple Minecraft clone written in C using modern OpenGL (shaders).
CVector
A C vector library similar to the C++ STL vector
inventwithpython_pysdl2
Porting all the code/games from Al Sweigart's pygame book to use PySDL2
LearnPortableGL
Porting the code from learnopengl.com to PortableGL
mips_book
A book on MIPS assembly programming using simulators (MARS, SPIM, QtSpim) targeted at college students.
PortableGL
An implementation of OpenGL 3.x-ish in clean C
riscv_book
A book on RISC-V assembly programming using the simulator RARS targeted at college students.
sdl_img
A simple image viewer based on SDL2 and stb_image
rswinkle's Repositories
rswinkle/PortableGL
An implementation of OpenGL 3.x-ish in clean C
rswinkle/C_Interpreter
Aims to be interpreted C written in C.
rswinkle/CVector
A C vector library similar to the C++ STL vector
rswinkle/Craft
A simple Minecraft clone written in C using modern OpenGL (shaders).
rswinkle/sdl_img
A simple image viewer based on SDL2 and stb_image
rswinkle/LearnPortableGL
Porting the code from learnopengl.com to PortableGL
rswinkle/mips_book
A book on MIPS assembly programming using simulators (MARS, SPIM, QtSpim) targeted at college students.
rswinkle/riscv_book
A book on RISC-V assembly programming using the simulator RARS targeted at college students.
rswinkle/inventwithpython_pysdl2
Porting all the code/games from Al Sweigart's pygame book to use PySDL2
rswinkle/c_utils
utility functions and libraries, for lists, queue's, strings, file I/O and general utilities, and vectors in the form of CVector (which has it's own repo).
rswinkle/opengl_reference
Collection of modern OpenGL programs for reference and frameworks
rswinkle/c_bigint
A basic Big Integer library in C
rswinkle/c_inheritance_experiments
Playing around with inheritance in C
rswinkle/Nuklear
A single-header ANSI C immediate mode cross-platform GUI library
rswinkle/project_euler
Old repo of Project Euler work. Publishing for #ProjectEuler100 challenge
rswinkle/string_matching
A collection of string matching algorithms
rswinkle/ccalc
A scriptable calculator as testbed for cbigint
rswinkle/cglm
📽 Highly Optimized Graphics Math (glm) for C
rswinkle/CPIM2
A contact manager with a console interface
rswinkle/learning_scheme
Learning Scheme (and later Racket) by working through books and exercises
rswinkle/lowrez21
Repo for possible lowrez game jam 2021 entry
rswinkle/oglsuperbible5
Automatically exported from code.google.com/p/oglsuperbible5
rswinkle/rswinkle
rswinkle/rswinkle.github.io
github page
rswinkle/shadertoy
Standalone version of shadertoy.com
rswinkle/single_file_libs
List of single-file C/C++ libraries.
rswinkle/sorting
A collection of sorting algorithms and a simple benchmark program
rswinkle/spelling_game
A game that tests your vocab and spelling knowledge
rswinkle/stb
stb single-file public domain libraries for C/C++
rswinkle/test_script
Test bed for learning flex/byacc and comparing to hand written equivalent