Korijn van Golen

Results 390 comments of Korijn van Golen

Working on this over here: https://github.com/pygfx/image-comparison wgpu-py also has a copy of the same code btw.

Thanks for sharing all that, very interesting! Just out of curiosity: > In our projects, we've automated 6 with a bot that monitors the protected main branch. What is the...

I guess you could render it as a sprite via a texture. But obviously your approach is going to look crisp, no matter what. Cool stuff!

Is this branch also using the work from #1144 and #1124 ?

Yeah so .. ```yml flags: warn_error_options: silence: - WhatDoIPutHere? ```

I will try it. Although I don't want to block _all_ deprecation warnings, just this one...

Well, the approach you are describing requires a g-buffer, as in deferred rendering, correct? In pygfx we are currently doing forward rendering, so I don't think this is the right...

Some cursory research indicates it's possible to reconstruct normals from the depth buffer at the cost of some precision. We do have the depth buffer available. Maybe this will allow...

Any news? Seems like databricks has moved on to Spark 4?