novocodev

Results 6 issues of novocodev

I am experiencing an issue building oxigraph The issue appears to be related to the version of clang, below is my dev configuration Hardware: Apple MacBook Pro M1 chip OS:...

I'm trying to build the project for testing on iOS, I can't find any build instructions. I have tried using the Makefile, but I am unable to successfully run any...

bug

Passing mutable data to the compute function causes catastrophic degradation in rendering performance. This is likely due to the data access pattern being unrelated to the pixel position, resulting in...

Currently the renderer runs separate loops for Ambient Occlusion and Reflection mapping. It should be more efficient to run a single loop that tests for both cases.

Are there any references/papers for reading more about "panmorphic types", google didn't return anything useful.

I have been following mm-adt's development, I think this is a game changer and I'm interested it trying to integrate an mm-adt VM into a go(lang) project. I know mm-adt...