sgorsten
I make math libraries and game engines in my spare time. This profile is unrelated to my work at any current or past employers unless otherwise indicated.
San Jose, CA
Pinned Repositories
any_function
any_function is a functional counterpart to std::any
cppscript
A simple experiment on using C++ as a scripting language in a C++ host app.
editor
Initial work on an glfw3/nanovg based scene editor.
include-engine
#include <engine>
json
Don't use this, use https://github.com/nlohmann/json
linalg
linalg.h is a single header, public domain, short vector math library for C++
netcode
A simple server-client object view management library, based on my Master's thesis work.
pbrtest
A small testbed for physically based rendering experiments
vocab-types
An implementation of some of the C++17 standard library vocabulary types which compiles in Visual Studio 2015.
workbench
A collection of in-progress work
sgorsten's Repositories
sgorsten/linalg
linalg.h is a single header, public domain, short vector math library for C++
sgorsten/include-engine
#include <engine>
sgorsten/editor
Initial work on an glfw3/nanovg based scene editor.
sgorsten/any_function
any_function is a functional counterpart to std::any
sgorsten/workbench
A collection of in-progress work
sgorsten/pbrtest
A small testbed for physically based rendering experiments
sgorsten/json
Don't use this, use https://github.com/nlohmann/json
sgorsten/cppscript
A simple experiment on using C++ as a scripting language in a C++ host app.
sgorsten/netcode
A simple server-client object view management library, based on my Master's thesis work.
sgorsten/vocab-types
An implementation of some of the C++17 standard library vocabulary types which compiles in Visual Studio 2015.
sgorsten/workbench-archived
A collection of unfinished experiments and code samples
sgorsten/copper
C++ utility modules for general development
sgorsten/examples
A place to put miscellaneous algorithms, data structures, and programming examples.
sgorsten/roguelike-archived
Experiments in making a simple Roguelike game. Nothing fancy.
sgorsten/mirror
Experiments in providing reflection to C++
sgorsten/sim
Please ignore this repository
sgorsten/librealsense
Cross-platform camera capture for Intel® RealSense™ F200, SR300 and R200
sgorsten/read-spirv
Experiments in manually parsing SPIR-V bytecode