You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I make my taichi Python code interoperable with taichi.js? Is it possible with existing tooling? Would you consider exposing a Python API for orchestrating this exporting?
I have kernels already written and developed in taichi Python that I want to export to use in a web app.
I really would like to be able to create the canvas in taichi.js like:
and pass the
renderTarget
to the exported taichi Python kernels running on a WebGPU backend.In your post announcing your plan for taichi.js, you said
When I look at the taichi-aot-demo, I see that you need to select a specific taichi arch for your AOT runtime:
I don't see WebGPU as an officially supported architecture: https://docs.taichi-lang.org/docs/taichi_core#enumeration-tiarch
How can I make my taichi Python code interoperable with taichi.js? Is it possible with existing tooling? Would you consider exposing a Python API for orchestrating this exporting?
cc: @kurtisdavid @CandiedCode
The text was updated successfully, but these errors were encountered: