All Projects → microsoft → Fx11

microsoft / Fx11

Licence: mit
Effects for Direct3D 11 (FX11) is a management runtime for authoring HLSL shaders, render state, and runtime variables together.

Projects that are alternatives of or similar to Fx11

Directxtk12
The DirectX Tool Kit (aka DirectXTK12) is a collection of helper classes for writing DirectX 12 code in C++
Stars: ✭ 765 (+109.59%)
Mutual labels:  microsoft, directx
Uvatlas
UVAtlas isochart texture atlas
Stars: ✭ 540 (+47.95%)
Mutual labels:  microsoft, directx
Dxut
DXUT is a "GLUT"-like framework for Direct3D 11.x Win32 desktop applications; primarily samples, demos, and prototypes.
Stars: ✭ 341 (-6.58%)
Mutual labels:  microsoft, directx
Directxtk
The DirectX Tool Kit (aka DirectXTK) is a collection of helper classes for writing DirectX 11.x code in C++
Stars: ✭ 1,918 (+425.48%)
Mutual labels:  microsoft, directx
Directxtex
DirectXTex texture processing library
Stars: ✭ 1,039 (+184.66%)
Mutual labels:  microsoft, directx
Directxmath
DirectXMath is an all inline SIMD C++ linear algebra library for use in games and graphics apps
Stars: ✭ 859 (+135.34%)
Mutual labels:  microsoft, directx
Directxmesh
DirectXMesh geometry processing library
Stars: ✭ 447 (+22.47%)
Mutual labels:  microsoft, directx
Walbourn.github.io
Games for Windows and the DirectX SDK blog
Stars: ✭ 45 (-87.67%)
Mutual labels:  microsoft, directx
Awesome D3d12
Awesome D3D12 ecosystem
Stars: ✭ 130 (-64.38%)
Mutual labels:  microsoft, directx
Directx Headers
Official DirectX headers available under an open source license
Stars: ✭ 173 (-52.6%)
Mutual labels:  microsoft, directx
Bild
Image processing algorithms in pure Go
Stars: ✭ 3,431 (+840%)
Mutual labels:  effects
List Of Testing Tools And Frameworks For .net
✅ List of Automated Testing (TDD/BDD/ATDD/SBE) Tools and Frameworks for .NET
Stars: ✭ 303 (-16.99%)
Mutual labels:  microsoft
Corefx
This repo is used for servicing PR's for .NET Core 2.1 and 3.1. Please visit us at https://github.com/dotnet/runtime
Stars: ✭ 17,924 (+4810.68%)
Mutual labels:  microsoft
Borderless Gaming
Play your favorite games in a borderless window; no more time consuming alt-tabs.
Stars: ✭ 3,452 (+845.75%)
Mutual labels:  directx
Warpjs
Warp, distort, bend, twist and smudge your SVG’s directly in the browser
Stars: ✭ 326 (-10.68%)
Mutual labels:  effects
Awesome Wsl
Awesome list dedicated to Windows Subsystem for Linux
Stars: ✭ 3,544 (+870.96%)
Mutual labels:  microsoft
Audiostreamer
A Swift 4 framework for streaming remote audio with real-time effects using AVAudioEngine
Stars: ✭ 287 (-21.37%)
Mutual labels:  effects
Socks5
A full-fledged high-performance socks5 proxy server written in C#. Plugin support included.
Stars: ✭ 286 (-21.64%)
Mutual labels:  microsoft
React Awesome Reveal
React components to add reveal animations using the Intersection Observer API and CSS Animations.
Stars: ✭ 346 (-5.21%)
Mutual labels:  effects
Cntk World
🌎 Simple and ready-to-use deep learning examples for the Microsoft Cognitive Toolkit (CNTK)
Stars: ✭ 335 (-8.22%)
Mutual labels:  microsoft

DirectX Logo

Effects for Direct3D 11 (FX11)

http://go.microsoft.com/fwlink/?LinkId=271568

Copyright (c) Microsoft Corporation. All rights reserved.

February 7, 2021

Effects for Direct3D 11 (FX11) is a management runtime for authoring HLSL shaders, render state, and runtime variables together.

This code is designed to build with Visual Studio 2017 (15.9) or Visual Studio 2019. It is recommended that you make use of the Windows 10 May 2020 Update SDK (19041).

These components are designed to work without requiring any content from the legacy DirectX SDK. For details, see Where is the DirectX SDK?.

Documentation

Documentation is available on the GitHub wiki.

Notices

This project is 'archived'. It is still available for use for legacy projects, but use of it for new projects is not recommended.

All content and source code for this package are subject to the terms of the MIT License.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the [email protected] with any additional questions or comments.

Trademarks

This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.

Samples

  • Direct3D Tutorial 11-14
  • BasicHLSLFX11, DynamicShaderLinkageFX11, FixedFuncEMUFX11, InstancingFX11

These are hosted on GitHub

Disclaimer

Effects 11 is being provided as a porting aid for older code that makes use of the Effects 10 (FX10) API or Effects 9 (FX9) API in the deprecated D3DX9 library. See Microsoft Docs for a list of differences compared to the Effects 10 (FX10) library.

The Effects 11 library is for use in Win32 desktop applications. FX11 requires the D3DCompiler API be available at runtime to provide shader reflection functionality, and this API is not deployable for Windows Store apps on Windows 8.0, Windows RT, or Windows phone 8.0.

The fx_5_0 profile support in the HLSL compiler is deprecated, and does not fully support DirectX 11.1 HLSL features such as minimum precision types. It is supported in the Windows 8.1 SDK version of the HLSL compiler (FXC.EXE) and D3DCompile API (46), is supported but generates a deprecation warning with D3DCompile API (47). The fx profiles are not supported by the DXIL (DXC.EXE) compiler.

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].