shartte

Results 323 comments of shartte

I am doing something like this, Win32 only and with some crazy hacks..... I rely on Qt using ANGLE under the hood, and retrieve the D3D11Device that ANGLE uses as...

I haven't actually looked at the details of this yet, but would the plans for C# function pointers in .NET 5 help with this? Supposedly those should allow the .NET...

Ah, essentially "AOT" generated Proxies for QML files / QObject types? This will be hard for QML files though, since the type of properties and such is dynamic, and one...

Oooooooooh, my apologies. You mean the C++->.NET direction. QObject proxies for classes defined in .NET, right? I was talking about the other direction. I'd like the native C++ class hierarchy...

@pauldotknopf Is there already an issue for having typed proxies for QML components?

@pauldotknopf Yeah, but I mean having a generated C# interface for each QML file in the project to allow intellisense, type and error checking.

@pauldotknopf Yup, exactly that. Imagine as part of the build process some tool pre-generating a bunch of classes (or interfaces) that correspond 1:1 to your app's QML files, their properties...

While true, having to copy the resource data in-memory and keep it around (because it needs to be in the RCC format apparently) seems wasteful. Here's what I'll actually attempt...

The challenge of making this developer-friendly will most likely be providing a NuGet package that has: - The required MSBuild targets (I think this is already nicely supported in the...

I am using managed hosting with some extra custom native glue.