Tebjan Halm

Results 92 comments of Tebjan Halm

@hrkrx did you update already? i would also be interested in seeing the latest code.

Yes, totally needed! Just hit the same problem.

Luckily Xenko caches the unordered access views internally, so in the meantime you can do a hack with reflection. Works nicely here: ``` public static class NativeDeviceUtils { static FieldInfo...

this seems to be a visual studio issue. not much game studio can do about that, except changing the visual studio extension, so that it always saves the project and...

Looking forward to this, thanks for working on it!

> object-oriented data flow language, > You could EDIT YOUR CODE WHILST IT WAS RUNNING! When compiled it ran as fast as C Are you aware of https://visualprogramming.net? The language...

> the performance-critical code to C++ which stage of the SVG process do you have in mind there? isn't loading/parsing an SVG a one-time thing and the rest is done...

oh right... you need to construct triangles! thanks for the explanation. yes, could be a little native lib with defined in/out data that can be called from everywhere...

Thanks for the PR. Did you check whether the .NET `Thread.Sleep` also works on Android and iOS in a standard way? At the top of the `NativeInvoke.cs` file there is...

Looks good, and doesn't need a third material. What are you planning to do with it?