Pinned Repositories
cmake-scripts
Easy-to-add enhancements for any C/C++ CMake project. Including AFL fuzzing, code-coverage, Thread/Address/Leak/Address/Undefined sanitizer instrumentation, compilation of GLSL shaders and more.
cmkizer
Rudimentary utility to convert Visual Studio solutions/projects to CMake scripts
docker-build-core
ecs_benchmark
Simple Benchmark of common Entity-Component-Systems: EnTT vs. entityx vs. anax vs. Artemis-Cpp
foe-engine
Engine focused around being modular and data-oriented design principles, allowing for highly multithreaded and low-latency data processing for VR/XR environments.
unicode-hpp
This program builds a quick Unicode header for use in C++11 or higher programs. It lists all unicode blocks, and their starting and ending code points.
unused-dependencies
Using C/C++ dependency information, finds files in specific target directories that aren't used during compilation.
vksbc
Program that takes in a Vulkan shader SPIR-V program and converts it to uint32_t's that can be used directly in the source code of a program. Can also generate C/C++ headers directly.
vulkan-mini-libs
Builds a source/header file for use in C++17 or newer. It lists contains all Vulkan enum flags/values of the indicated Vulkan header spec version, and can convert to/from strings representing those values.
vulkan-mini-libs-2
Useful self-contained header files for Vulkan development, such as error codes and enum/bitflag serialization.
StableCoder's Repositories
StableCoder/cmake-scripts
Easy-to-add enhancements for any C/C++ CMake project. Including AFL fuzzing, code-coverage, Thread/Address/Leak/Address/Undefined sanitizer instrumentation, compilation of GLSL shaders and more.
StableCoder/foe-engine
Engine focused around being modular and data-oriented design principles, allowing for highly multithreaded and low-latency data processing for VR/XR environments.
StableCoder/unicode-hpp
This program builds a quick Unicode header for use in C++11 or higher programs. It lists all unicode blocks, and their starting and ending code points.
StableCoder/cmkizer
Rudimentary utility to convert Visual Studio solutions/projects to CMake scripts
StableCoder/vulkan-mini-libs
Builds a source/header file for use in C++17 or newer. It lists contains all Vulkan enum flags/values of the indicated Vulkan header spec version, and can convert to/from strings representing those values.
StableCoder/vulkan-mini-libs-2
Useful self-contained header files for Vulkan development, such as error codes and enum/bitflag serialization.
StableCoder/docker-build-core
StableCoder/vksbc
Program that takes in a Vulkan shader SPIR-V program and converts it to uint32_t's that can be used directly in the source code of a program. Can also generate C/C++ headers directly.
StableCoder/ecs_benchmark
Simple Benchmark of common Entity-Component-Systems: EnTT vs. entityx vs. anax vs. Artemis-Cpp
StableCoder/mariadb-connector-c
A Conan package for the MariaDB C connector software.
StableCoder/unused-dependencies
Using C/C++ dependency information, finds files in specific target directories that aren't used during compilation.
StableCoder/scripts
Collection of useful scripts
StableCoder/blog
My blog, in code form.
StableCoder/deck-o-cards
A simple proof-of-concept of a memory-minimized deck of cards with shuffle.
StableCoder/derpi-video
StableCoder/foe-build-images
StableCoder/macOS-Simple-KVM
Tools to set up a quick macOS VM in QEMU, accelerated by KVM.