DirectX Tool Kit is now on CodePlex

Published June 18, 2012
Advertisement
DirectX Tool Kit (aka DirectXTK) is a collection of helper classes for writing Direct3D 11 code for Metro style apps, Windows 8 Desktop, and Windows 7 'classic' applications in C++.
Features:

  • SpriteBatch - simple & efficient 2D sprite rendering
  • SpriteFont - bitmap based text rendering
  • Effects - set of built-in shaders for common rendering tasks
  • GeometricPrimitive - draws basic shapes such as cubes and spheres
  • CommonStates - factory providing commonly used D3D state objects
  • VertexTypes - structures for commonly used vertex data formats
  • DDSTextureLoader - light-weight DDS file texture loader
  • WICTextureLoader - WIC-based image file texture loader

http://directxtk.codeplex.com/
DirectXTex is a shared source library for reading and writing DDS files, and performing various texture content processing operations including resizing, format conversion, mip-map generation, block compression for Direct3D runtime texture resources, and height-map to normal-map conversion. This library makes use of the Windows Image Component (WIC) APIs. It also includes a simple .TGA reader and writer since this image file format is commonly used for texture content processing pipelines, but is not currently supported by a built-in WIC codec.
http://directxtex.codeplex.com/aggbug.aspx?PostID=10321512

Source
0 likes 0 comments

Comments

Nobody has left a comment. You can be the first!
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Advertisement