Dylan Perks
Dylan Perks
Currently done manually in BuildTools
**COMMUNITY-DRIVEN WORK TRACKING ISSUE** # Summary of feature Today, Silk.NET has no official support for receiving `KeyDown` (et al) events in any keyboard layout other than US (even though the...
# Summary of feature This is a tracking issue for the various improvements to developer experience we want to make over the course of 2.X, to make getting started with...
# Summary #619 pointed out that we currently have zero resources demonstrating our Assimp bindings, and because Assimp is usually used with C++ there aren't many resources for the C...
We get a lot of frequently asked questions. As such, we should look at creating a FAQ document and linking to it from the readme. One frequently asked question is...
Improvements we should probably make that I didn't have time for in #612, don't expect community contributors to pick this up. - [ ] Instead of breadcrumbs, using the GitHub...
# Development - [x] [Complete] Add legacy [VMASharp](https://github.com/sunkin351/VMASharp) sources to the repo while we work - #599 - @sunkin351 - [ ] [Started] Review the VMASharp API/propose changes as needed...
AudioContext, for example, can have a null device name and that's perfectly valid.
For the JetBrains OSS Power-Up @matkoch and @HurricanKai put together a prototype ReSharper/Rider plugin for Silk.NET which enabled a "open specification" hotkey in Rider and had a prototype of an...
[d3dx12.h](https://github.com/microsoft/DirectX-Headers/blob/main/include/directx/d3dx12.h) contains really useful helper APIs for working with Direct3D 12. We should consider porting these to Silk.NET.Direct3D12 to make life easier for our users. This isn't a hard task,...