PENGUINLIONG

Results 50 comments of PENGUINLIONG

thanks for the report, will look into it

Sorry that we don't have prebuilt binary for Linux platform, but the examples should work out of the box on either Windows/macOS. You can follow the instruction here (https://github.com/taichi-dev/taichi-unity2) and...

That's funny. Could you provide more information like unity logs etc about that? The repo is continuously covered by our CI so it shouldn't break.

Well I just upgraded the prebuilts in https://github.com/taichi-dev/Taichi-UnityExample/pull/27. Please check if the latest master still have the problem. At least I tried a bit and it simply works. Otherwise I...

I wonder what's your platform? Are you using Windows?

It actually supports windows in the first place and it's tested by our CI server... That's an issue. Thanks for the report. Will look into this.

Interesting. The binaries are basically buffer contents, arrays of ints and floats. You might want to check out the examples in the main taichi repository and the tutorials in the...

It's an incomplete feature. We are working on a major refactorization so story tuned:)

I wonder how you built Taichi? If you installed Taichi with `setup.py` you should find the C-API installation in something like `_skbuild/macosx-13.0-arm64-3.10/cmake-install/c_api` and that's `TAICHI_C_API_INSTALL_DIR`.

I guess you built Taichi Runtime with msbuild or something alike. FindTaichi.cmake currently doesn't support multiconfig build system. Try ninja build in stead