sawickiap's Stars
ocornut/imgui
Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
wolfpld/tracy
Frame profiler
google/swiftshader
SwiftShader is a high-performance CPU-based implementation of the Vulkan graphics API. Its goal is to provide hardware independence for advanced 3D graphics.
KhronosGroup/KTX-Software
KTX (Khronos Texture) Library and Tools
bryanmcnett/aabo
Axis Aligned Bounding Octahedron
GameTechDev/gpudetect
An example application that demonstrates how to detect which Intel GPU is present, as well as architecture-specific information such as how much memory is available.
sawickiap/D3d12info
A Windows console tool that prints all the information about the GPU extracted using DXGI and Direct3D 12
PolyEngineTeam/PolyEngine
PolyEngine project repository
sawickiap/ShaderCrashingAssert
Small library for D3D12. Provides assert-like macro for HLSL that crashes the GPU.
sawickiap/WinFontRender
Small single-header C++ library that renders Windows fonts in graphics applications
sawickiap/MISC
Miscellaneous small code snippets.
sawickiap/VkExtensionsFeaturesHelp
Small header-only C++ library that helps to initialize Vulkan instance and device object
Krzysiek-K/k65
K65 - a custom assembler for 6502-based CPUs
Atrix256/LinearFitSearch
Searching sorted lists using a linear fit of the min/max of the unsearched part of the list. It's a hybrid between binary search and interpolation search.
Devaniti/D3DCapsDB
GPU Hardware database
Krzysiek-K/base
My base library. Contains all the helper stuff I needed in C++ over and over again.
Krzysiek-K/dxfw