nowakf

Results 7 comments of nowakf

very useful: I would like to add: you need some libraries installed (opencv and vtk, I think) or you get a ton of linker errors

Another possibly smarter way to do this might be to implement ToLua for all tuples.

``` aptarshi Guha wrote: > I hope i haven't missed this, but does the C function lua_type return 10 > for cdata objects? Is there #define for this (e.g. like...

Having come across this issue researching ways to do this, I think it would be a great feature. Being able to author queries in a scripting language would be very...

https://github.com/user-attachments/assets/0036a3ea-7cd1-4362-8c3b-9b8170c9cee1

My first implementation used the instance based approach you described: the problem was mitering. I'm not good enough at maths to work out what kind of (I guess) projective matrix...

PS: what I had in mind regarding Buffer: ```` rust pub fn fill_subset(&mut self, offset: usize, data: &[T]) { assert!(T::size() == self.data_size, "extending a buffer with a different-sized type is...