sschoener
engine programming @ Epic Games previously Unity Technologies, Paradox Interactive, Chasing Carrots
@Unity-Technologies Stockholm
Pinned Repositories
burst-simd-exercises
SIMD exercises for Burst and Unity
cities-skylines-detour
Proof of concept for a simple detour for functions in Cities: Skylines (or more generally: Unity 5 x64 on Windows.)
cities-skylines-no-despawn
Cities: Skylines mod that disables despawning due to traffic congestion.
cmake-example-project
dots3
A match 3 game in DOTS
lua-schema
Simple library to check LUA-data against schemata
unity-asm-explorer-package
A fun little package for Unity that provides a rudimentary webinterface to explore your types and look at the assembly code generated by the JIT compiler, plus a sampling profiler
unity-async-scripted-importer
unity-commander
A quick-search tool for Unity 2018.3 using the experimental UI Elements
unity-unmanaged
sschoener's Repositories
sschoener/burst-simd-exercises
SIMD exercises for Burst and Unity
sschoener/cities-skylines-detour
Proof of concept for a simple detour for functions in Cities: Skylines (or more generally: Unity 5 x64 on Windows.)
sschoener/lua-schema
Simple library to check LUA-data against schemata
sschoener/unity-asm-explorer-package
A fun little package for Unity that provides a rudimentary webinterface to explore your types and look at the assembly code generated by the JIT compiler, plus a sampling profiler
sschoener/cmake-example-project
sschoener/unity-async-scripted-importer
sschoener/unity-unmanaged
sschoener/unity-commander
A quick-search tool for Unity 2018.3 using the experimental UI Elements
sschoener/dots3
A match 3 game in DOTS
sschoener/cities-skylines-no-despawn
Cities: Skylines mod that disables despawning due to traffic congestion.
sschoener/unity-asmexplorer
A fun little package for Unity that provides a rudimentary webinterface to explore your types and look at the assembly code generated by the JIT compiler
sschoener/perfview
PerfView is a CPU and memory performance-analysis tool
sschoener/spooky-collisions
Checks that the SpookyHash function has no collisions for 32bit inpus
sschoener/WebGui
An example demo of IMGUI (Immediate Mode GUI) on the web. Using only WebGL, SDL2 and ImGui. Suitable for being compiled to web assembly (WASM).
sschoener/BlazorDeployTest
sschoener/combat-bees-benchmarks
Benchmarks of different versions of a simple bee simulation
sschoener/DiscordTestBot
A very basic implementation of a Discord bot using Discord.Net
sschoener/dxil-signing
Utility to sign DXIL code after compilation
sschoener/Facepunch.Steamworks
Another fucking c# Steamworks implementation
sschoener/hpc-astar
sschoener/imgui
Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
sschoener/ImNodes
Node graph implementation for Dear ImGui. Used in https://github.com/rokups/rbfx
sschoener/mandelbrot_avx
A toy example of porting a mandelbrot renderer to AVX2
sschoener/raw_pdb
A C++11 library for reading Microsoft Program DataBase PDB files
sschoener/scala-pure-avl
Purely functional AVL trees in Scala
sschoener/sschoener.github.io
Personal website.
sschoener/stb
stb single-file public domain libraries for C/C++
sschoener/TextSplitter
A small C# library to split texts into chunks of specific lengths
sschoener/websocket-sharp
A C# implementation of the WebSocket protocol client and server