Dov Grobgeld

Results 84 comments of Dov Grobgeld

I have now created such an example that generates a gltf with a single triangle. It is available at: https://gist.github.com/dov/2f730851aaaf84b85539bba5ed5fb268 I'll be happy to create a pull request of the...

Thanks. Done. See: https://github.com/syoyo/tinygltf/pull/307 I also hope to write a STL to gltf translator as another example.

Thanks for looking into this! But unfortunatley still doesn't work: ``` $ pwd /space/pub-repos/vkvg/build $ git reset --hard HEAD is now at db2ba42 update vkh, remove vkh_static from test_common target...

Thanks it's compiling now! But unfortunately it crashes when I try to run any of the examples: ``` $ ./test_test1 GEN: Device Extension: VK_KHR_16bit_storage (libGLX_nvidia.so.0) version 0.0.1 GEN: Device Extension:...

Hi and thanks for your continued help. I don't know why the MESA device is loading. As you saw I have an NVIDIA GTX 1070 card in my system. I...

Thanks! On Thu, Aug 13, 2020, 22:13 j-p wrote: > Done. > Without entering into deep details, I was doing enum comparison with > negative value without converting it first...

Thanks but unfortunately it still doesn't work for me. I guess something is wrong with my Vulkan installation, and I have no idea what it is. I still get the...

It works!! Great! Now I have to figure out what to do with it. :-) Perhaps rewrite my image and vector viewer giv... http://github.com/dov/giv .

> Switching from cairo to vkvg should be straightforward, feel free to ask for any help. (I'm using this for thread for continued communication. Please let me know if you...

After I wrote the above, I realized that perhaps the "attempt to call an unknown symbol" error is the call to `printf()`. I then added a new function to my...