From b07a4b5bfcea4cefa77fb182b80cbb8605b5be0c Mon Sep 17 00:00:00 2001 From: Vissidarte-Herman <93570324+Vissidarte-Herman@users.noreply.github.com> Date: Wed, 14 Dec 2022 15:33:15 +0800 Subject: [PATCH] Update cloth_simulation.md Format updates. --- docs/lang/articles/get-started/cloth_simulation.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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