Dylan Perks
Dylan Perks
When compiling my project I get this error: https://gyazo.com/28c3c61d853b176e320cd72cf8979f8b This is a fresh install w/ Visual Studio addin. The error occurs when building from Visual Studio and Xenko Game Studio....
This PR removes some of the unnecessary string splitting and uses the more modern Regex. It uses a expression developed by my organization ([DMP9 Labs](https://github.com/DMP9Labs)) for our web server project...
On GitHub it's recommended to add a copyright license to remove ambiguity as to what users' rights are to the code. The de facto one for C# projects is MIT.
We'd like to use this, but can't because it doesn't have a formal license attached to it. Could you consider adding one (such as the MIT license)?
Currently, I'm working on a relatively retro project. As such, i'm trying to make the text look as retro as possible and part of that is making sure the edges...
This is one way to approach the adding of things like GLEnum and GL handles. It may not be the final one, keeping in draft until I've proved it out...
Manually defines the RequiresLocationAttribute given that we can't upgrade away from the .NET 7 SDK and thereby get C# 12.
# Summary of feature Add WebGPU native package for both WGPU and Dawn in response to #1113 and #1114 - [x] WGPU (#1348) - [ ] Dawn # Comments This...
This will serve as the place where we'll review the VMASharp API. The public API has been summarised in a single file (in markdown format so we can add words/discussions/conclusions/action...