We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
看到有太极ZOO,希望能在网站里使用太极生成3D图形,也试图网上搜寻关于太极WASM的资料,但是没有找到什么。 有哪位大神使用太极做过网页,放些资料哈,谢谢了。
The text was updated successfully, but these errors were encountered:
关于生成WASM kernel,可以看Taichi AOT API Docs。
同时纯Javascript版太极正在开发中:#3781,敬请期待嘻嘻 (chrome样例链接)
Sorry, something went wrong.
BTW, 你可以在创建 Taichi AOT module 时指定 webassembly backend (ti.wasm),这样就会生成一系列 webassembly kernels, i.e.,
ti.wasm
m = ti.aot.Module(ti.wasm) m.add_kernel(fn) m.save(...)
Closing via #4102 (comment), please feel free to reopen if you have other questions!
No branches or pull requests
看到有太极ZOO,希望能在网站里使用太极生成3D图形,也试图网上搜寻关于太极WASM的资料,但是没有找到什么。
有哪位大神使用太极做过网页,放些资料哈,谢谢了。
The text was updated successfully, but these errors were encountered: