helloworldstone

Results 4 issues of helloworldstone

hi, everyone! I write an aot vulkan demo on Android like this https://github.com/taichi-dev/taichi-aot-demo/blob/master/implicit_fem/include/fem_app.h,and compiled an binary executable file with cmake "add_executable". When I run the binary executable file, I found...

question

hi, everyone! I'm planning to use taichi on Android with aot. I find a demo with vulkan from here: https://github.com/taichi-dev/taichi-aot-demo/blob/master/implicit_fem/include/fem_app.h. Now I want to use aot with opengl. First, I...

hi, everyone! 1. taichi AOT can generate .spv files when you set arch = ti.vulkan. I manually write a vulkan demo like this(https://gist.github.com/sheredom/523f02bbad2ae397d7ed255f3f3b5a7f) and use taichi's spv file instead. On...

question

hi , everyone! I want to use taichi vulkan AOT feature on Android. When I create VulkanDevice with taichi C++ api, it failed with log "**terminating with uncaught exception of...

question