diff --git a/docs/lang/articles/get-started/cloth_simulation.md b/docs/lang/articles/get-started/cloth_simulation.md index c835b1af67657..8f1a805c9296c 100644 --- a/docs/lang/articles/get-started/cloth_simulation.md +++ b/docs/lang/articles/get-started/cloth_simulation.md @@ -36,8 +36,9 @@ ti.init(arch=ti.cpu) ``` We choose `ti.cpu` here despite the fact that running Taichi on a GPU backend can be much faster. This is mainly because we need to make sure that you can run our source code without any editing or additional configurations to your platform. Please note: - - If you choose a GPU backend, for example `ti.cuda`, ensure that you have installed it on your system; otherwise, Taichi will raise an error. - - The [GGUI](../visualization/ggui.md) we use for 3D rendering only supports CUDA and Vulkan, and x86 for now. If you choose a different backend, consider switching the GGUI system we provide in the source code. + +- If you choose a GPU backend, for example `ti.cuda`, ensure that you have installed it on your system; otherwise, Taichi will raise an error. +- The [GGUI](../visualization/ggui.md) we use for 3D rendering only supports CUDA and Vulkan, and x86 for now. If you choose a different backend, consider switching the GGUI system we provide in the source code. ## Modelling