Kai Kratz
Kai Kratz
I am currently working trough your very fun 'Hands-on Rust' book and while doing so I was stumped by the behaviour of `DrawBatch::Submit` and its surprising implementation. However when checking...
# NOTE This is a copy of this issue (turned into a discussion w.o. any official response) https://github.com/actions/runner-images/discussions/9446 This is an issue and converting this into a discussion is: a)...
When using clangd to reformat code, e.g. with coc.nvim clangd errors out on unknown options in `.clang-format` clang-format itself can be made forward compatible with supplying `--Wno-error=unknown` in the invocation....
Our current navigation is broken for geometries with many skinny triangles. This is a severe issue with no workaround and we will not be able to provide a quick fix....
In #1306 @Carole1004 and @JetteSchumann analysed the impact of larger time steps on the velocity model. The proposed parameter set works well with $\Delta{t}=0.02s$ which doubles our step length. With...
Extent TA* implementation with arc paths around apex points in geometry as described in https://skatgame.net/mburo/ps/thesis_demyen_2006.pdf
Currently we rely on point to point shortest path navigation based on nav-meshes. This approach suffers from two drawbacks that we would like to address: 1. Pathfinding in larger geometry...