From c090a7a298c0750fae11e070d34cf09172736df8 Mon Sep 17 00:00:00 2001 From: myd7349 Date: Tue, 28 Nov 2017 16:42:46 +0800 Subject: [PATCH] Graphics: Add DirectXTK --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 24cd9d0..ffb6415 100644 --- a/README.md +++ b/README.md @@ -322,6 +322,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin * [bgfx](https://github.com/bkaradzic/bgfx) - A cross-platform rendering library. [BSD] * [Cairo](http://www.cairographics.org/) - A 2D graphics library with support for multiple output devices. [LGPL2 or Mozilla MPL] +* [DirectXTK](https://github.com/Microsoft/DirectXTK) - A collection of helper classes for writing DirectX 11.x code in C++. [MIT] * [GLFW](https://github.com/glfw/glfw) - A simple, cross-platform OpenGL wrangling library. [zlib/libpng] * [Horde3D](https://github.com/horde3d/Horde3D) - A small 3D rendering and animation engine. [EPL] * [Irrlicht](http://irrlicht.sourceforge.net/) - A high performance realtime 3D engine written in C++. [zlib]