Philippe Weier

Results 7 issues of Philippe Weier

Hello, This is not really an issue with the library but rather a poll to know if others ran into this issue. I'm using VSCode with the latest rust-analyzer extension...

Hi, I'm trying to use custom floating-point types (essentially a wrapper that tracks some additional information) but can't seem to figure out which trait I should implement that my `Foo`...

Hi, I was trying out some of the examples and it looks like the `compute` example only works for small vector sizes. To reproduce the issue simply replace the `let...

First of all, congrats on releasing 2.0, it's great to see all the new additions! I was curious to know the state of custom data structure serialization/deserialization, I see the...

enhancement / feature
good first issue

Hello, I am building a small voxel grid by building a `nanovdb::Grid` with 1s in places where voxels are non-empty (as far as I understand bool or mask grids are...

nanovdb

Hi, I am trying to implement something that looks like this for some tuple struct Array : ``` impl Array { pub fn new(x: T, y: T, z: T) ->...

Hi! I was wondering how hard, it would be to make the bindings work the latest version of optix. I heard many changes habe been made to the optix library...