All Projects → doitsujin → elf-auf-zwoelf

doitsujin / elf-auf-zwoelf

Licence: other
D3D11 wrapper library using Microsoft's D3D11On12 implementation

Programming Languages

C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to elf-auf-zwoelf

Hlslexplorer
See how hardware understands your HLSL
Stars: ✭ 91 (+193.55%)
Mutual labels:  d3d12, d3d11
Diligentsamples
Sample projects demonstrating the usage of Diligent Engine
Stars: ✭ 138 (+345.16%)
Mutual labels:  d3d12, d3d11
Klayge
KlayGE is a cross-platform open source game engine with plugin-based architecture.
Stars: ✭ 1,646 (+5209.68%)
Mutual labels:  d3d12, d3d11
Llgl
Low Level Graphics Library (LLGL) is a thin abstraction layer for the modern graphics APIs OpenGL, Direct3D, Vulkan, and Metal
Stars: ✭ 1,011 (+3161.29%)
Mutual labels:  d3d12, d3d11
Ocat
The Open Capture and Analytics Tool (OCAT) provides an FPS overlay and performance measurement for D3D11, D3D12, and Vulkan
Stars: ✭ 174 (+461.29%)
Mutual labels:  d3d12, d3d11
Shaderconductor
ShaderConductor is a tool designed for cross-compiling HLSL to other shading languages
Stars: ✭ 1,146 (+3596.77%)
Mutual labels:  d3d12, d3d11
Diligentengine
A modern cross-platform low-level graphics library and rendering framework
Stars: ✭ 2,142 (+6809.68%)
Mutual labels:  d3d12, d3d11
Dgvoodoo2
Glide/DirectX implementation on D3D11/12
Stars: ✭ 137 (+341.94%)
Mutual labels:  d3d12, d3d11
Apitrace
Tools for tracing OpenGL, Direct3D, and other graphics APIs
Stars: ✭ 2,198 (+6990.32%)
Mutual labels:  d3d12, d3d11
Gpu performance api
GPU Performance API for AMD GPUs
Stars: ✭ 170 (+448.39%)
Mutual labels:  d3d12, d3d11
Pbr
An implementation of physically based shading & image based lighting in D3D11, D3D12, Vulkan, and OpenGL 4.
Stars: ✭ 722 (+2229.03%)
Mutual labels:  d3d12, d3d11
terrafx.interop.windows
Interop bindings for Windows.
Stars: ✭ 183 (+490.32%)
Mutual labels:  d3d12, d3d11
Renderdoc
RenderDoc is a stand-alone graphics debugging tool.
Stars: ✭ 5,969 (+19154.84%)
Mutual labels:  d3d12, d3d11
Bgfx
Cross-platform, graphics API agnostic, "Bring Your Own Engine/Framework" style rendering library.
Stars: ✭ 10,252 (+32970.97%)
Mutual labels:  d3d12, d3d11
Diligentcore
Core functionality of Diligent Engine
Stars: ✭ 263 (+748.39%)
Mutual labels:  d3d12, d3d11
Reshade
A generic post-processing injector for games and video software.
Stars: ✭ 2,285 (+7270.97%)
Mutual labels:  d3d12, d3d11
Dxvk
Vulkan-based implementation of D3D9, D3D10 and D3D11 for Linux / Wine
Stars: ✭ 7,117 (+22858.06%)
Mutual labels:  gaming, d3d11
ocat
The Open Capture and Analytics Tool (OCAT) provides an FPS overlay and performance measurement for D3D11, D3D12, and Vulkan
Stars: ✭ 233 (+651.61%)
Mutual labels:  d3d12, d3d11
LawRun
Kernel source code (LawRun Kernel) for xiaomi sdm845 | Pocophone f1 (beryllium), Mi 8 (dipper), Mi Mix 2s (polaris) | You can fork and enjoy.
Stars: ✭ 22 (-29.03%)
Mutual labels:  gaming
AirHockey
Air Hockey game created using pygame
Stars: ✭ 25 (-19.35%)
Mutual labels:  gaming

Elf auf Zwölf

Translates D3D11 games to D3D12 using Microsoft's own D3D11On12 wrapper library.

Requirements

Windows 10 build 1809 is required for this to work properly. Might work with 1803, but that was not tested.

How to use

Just download the latest release, copy the d3d11.dll next to the executable of the game you want to run, and start the game. Make sure to use the x64 one for 64-bit games, and the x86 one for 32-bit games.

If everything works correctly, you will most likely experience reduced performance compared to native D3D11, and in some cases rendering issues and/or driver crashes. Some games may refuse to run entirely.

Note: Tools like MSI Afterburner will still show D3D11 in their overlay. This is because they see a DXGI swap chain created for a D3D11 device, not the underlying D3D12 device.

Why?

Why not? Just don't expect any sort of support when running into issues.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].