microsoft / DirectXTK12

The DirectX Tool Kit (aka DirectXTK12) is a collection of helper classes for writing DirectX 12 code in C++
https://walbourn.github.io/directx-tool-kit-for-directx-12/
MIT License
1.45k stars 369 forks source link

Add CodeQL to GitHub pipeline #169

Closed walbourn closed 1 year ago

atcarter714 commented 1 year ago

Nice, is there some documentation on the latest updates coming?

walbourn commented 1 year ago

Nice, is there some documentation on the latest updates coming?

I generally track work in the Issues section so if you have something in particular you'd like to see please make sure it's noted there. At the moment, the main thing I need to resolve for DirectX Tool Kit is the sRGB vs. linear colorspace autogen mips issue.

I have a backlog in the Issues section for about 10 GitHub projects, so it's very much a "as time permits" for new releases. At the moment I have some fixes for DirectXTex queued up for a release in late May/early June.

atcarter714 commented 1 year ago

I generally track work in the Issues section so if you have something in particular you'd like to see please make sure it's noted there. At the moment, the main thing I need to resolve for DirectX Tool Kit is the sRGB vs. linear colorspace autogen mips issue.

Got it! I started following the repo because I have started studying the latest versions (training some devs and working on my own .NET Core projections around DirectX 11/12) and I was just excited to see some new builds and updates haha, but I'll certainly visit issues page if I have real concerns (sure I will soon enough) :D

I have a backlog in the Issues section for about 10 GitHub projects, so it's very much a "as time permits" for new releases. At the moment I have some fixes for DirectXTex queued up for a release in late May/early June.

Looking forward to it, this is a really cool project. :-)