win.Time
which is a Mod<DateTime>
. So for animations the official recommendation is to Mod.map on this time. An example which refines this approach with higher precision timing could for example be found here: https://github.com/aardvark-platform/aardvark.rendering/blob/master/src/Examples%20(netcore)/10%20-%20NBodyCompute/Program.fs#L201like in "Fix Your Timestep!" article
https://github.com/gafferongames/gafferongames/blob/master/content/post/fix_your_timestep.md
I've removed <DebugType>full</DebugType>
, but still not sure. please review, maybe I miss some usages of full PDB? I know that full PDB is useful for unit-tests projects, because some of frameworks still uses it, e.g. for retrieving line numbers
aardvark helps to find UI bugs in Rider ;)
dotnet
templates? Did I miss any features in experimental template?