Vlad Kemsekov

Results 30 issues of Vlad Kemsekov

I use `arch-x64` Tried to compile NeoDemo. I have installed on my machine `sdl2`, `glew` and nvidea's `opengl` implementation. Here is a error In general it cannot link libs ```...

Added `IDisposable` to `DisposeCollectorResourceFactory`

Remade `DisposeCollector` `Add` method to use params insted of many method overloads. Made `DisposeCollector` disposable

### Is there an existing issue for this? - [X] I have searched the existing issues and checked the recent builds/commits ### What would your feature do ? When using...

I lacked a lot of features so I added them. I lacked the ability to customize the work of each middleware, so I added this by creating custom ovverides for...

It would be cool if we could change ```cs where TGraph : BidirectionalGraph ``` constraint in `TSP.cs` to just interface ```cs where TGraph : IBidirectionalGraph ``` Because I have my...

enhancement

Would be good to have min cost flow algorithms here Here is an [example of implementation from networkx](https://github.com/networkx/networkx/blob/ead0e65bda59862e329f2e6f1da47919c6b07ca9/networkx/algorithms/flow/mincost.py) I believe it is possible to port in here

enhancement

Add tensor support in `MathNet.Numerics.LinearAlgebra`.

When I tried to run sample on my arch I've got an error aka `directx11 dll not found`, so I had to change overload of `CreateGraphicsDevice` function in `VeldridStartupWindow.cs` to...

Text over edge Text over node