Muleane Eve
Muleane Eve
Very cool to go from a process that used to take almost 2 hours to barely 15 minutes :)
@asklar Thank you for providing the sample. Having something basic that can fill the need of just playing a media file would indeed alleviate a large part of this issue....
Note that [XXamarin.Forms 5.0 is due out at the end of September 2020](https://github.com/xamarin/Xamarin.Forms/wiki/Feature-Roadmap). [MAUI's GA is for November 2021 with .NET 6](https://github.com/dotnet/maui/wiki/Roadmap). Although, there will be a very early preview...
Thank you. I look forward to both.
I will re-write this sample to use [BEPUphysics](https://github.com/bepu/bepuphysics2) instead of ODE. The benefits are: - BEPUphysics is written in pure C#, unlike ODE which is in C++. - It is...
(Edit: I didn't notice that my brother had used my PC :) ) Yes, I will re-write the code (from bitbucket) and host it in a temporary repository on GitHub....
I have made some progress on this project. [The code is available here](https://github.com/MuleaneEve/bepuphysics2). I also [introduced it to the BEPUphysics devs](https://github.com/bepu/bepuphysics2/issues/53). The Quadruped is currently just a simple rag-doll. It...
Have you looked into existing solutions like [ShaderGen](https://github.com/mellinoe/shadergen)? (Here is a [raytracer that uses it](https://github.com/mellinoe/veldrid-raytracer)) I just stumbled onto your engine, and I hope you continue working on it. I...
@metathinker Another critical awareness tool is that any approved geolocation access still triggers the appearance of an icon in the taskbar. This should also be the case for the Clipboard...
My understanding of that comment is that, for `@types\x` packages, it is ok to put their own (dev)dependencies in `dependencies`. I think that's fine because the end-user of these `@types\x`...