Skip to content

This repo is building a wrapper over the Microsoft DXTK Framework. An easy to use library for developing with directX

License

Notifications You must be signed in to change notification settings

Freshwood/dxtk-wrapper

Repository files navigation

The dxtk-wrapper repo

What is this repo for?

With this c++ native lib you can easily use directx 11 functions.

Here is a list of the current implemented functions.

  • void ResetAdapters
  • void DrawOutlinedText
  • void DrawOutlinedTextEx
  • void DrawDxText
  • void GradientRectangle
  • void DrawBorder
  • void DrawRectangle
  • void DrawBox
  • void DrawBoxGradient
  • void DrawLine
  • void DrawHealthBar
  • void DrawBoundingBox
  • void DrawCrosshair
  • float GetScreenWidth
  • float GetScreenHeight
  • bool IsInitialized
  • Color GetColorCode
  • wchar_t* GetColorName

Prerequisite

Note:

Usage

  • Download the latest release or bind the source to your project
  • Make sure you put content from the \Resource folder to C:\
  • Add the \Inc folder to the additional includes
  • Make sure you use the *.lib as a reference

About

This repo is building a wrapper over the Microsoft DXTK Framework. An easy to use library for developing with directX

Resources

License

Stars

Watchers

Forks

Packages

No packages published