Samuel
Embedding a 3D view with OpenGL backend within a WPF view
I have found this solution
https://github.com/qian-o/SilkRenderer
I've managed to get a working copy in .NET. I'd like to get it working with NetFx. I'm currently getting a System.PlatformNotSupportedExceptio
7 replies
❔ ✅ Splitting string without allocation
That's awesome. The whole point of this exercise is to learn more about how to use Span and Memory and associated types, I guess I need to keep practicing.
The next issue I have is supporting this functionality in a .NET Framework project. I've tried changing the LangVersion to 8.0 to support range and indexes but no luck. I also cannot parse float from a span. Since this is not related to the problem, I'll just end this here.
Thanks
31 replies