Robert Campbell

Results 28 comments of Robert Campbell

@jonesmz is it popular among game developers?

Check the announcement channel of the discord: https://discord.gg/WTteZ8Fu The latest news is from over a year ago though. Here are some alternatives: https://github.com/fabsgc/TweedeFrameworkRedux - seems to reimplement most of bsf...

How do I get around this @xen2 ?

I do have visual studio installed (Community 2017). I have various versions of VS C++ runtime installed. I didn't have any issue intalling Xenko. I have .NET 4.7.1 installed while...

I have a fix for this in my fork: https://github.com/jayrulez/Bulkan.Generator/commit/2dcdf05451f6aa4be91bfa2d310ad2e36776fc1f Perhaps you want it to use it or fix it differently.

I've thought about it for a few days. I'm positive that I won't be able to afford the time to maintain the project in the near or medium term. Thanks...

With the new C API, it will be easy to use this from C# now :)

Yes, that's still necessary but this is what everyone does anyway. Take a look at the bgfx bindings as an example: https://github.com/bkaradzic/bgfx/blob/master/bindings/cs/bgfx.cs

This is handled by the /token endpoint in the oauth provider. See GrantResourceOwnerCredentials(OAuthGrantResourceOwnerCredentialsContext context)

This should have a similar issue but it works: ``` class MyClass { } extension MyClass{ public typealias TPointer = T*; } typealias MyClassAlias = MyClass; static{ public typealias IntClassPointer...