Skip to content

Commit

Permalink
[doc] Update cloth_simulation.md (#6898)
Browse files Browse the repository at this point in the history
Format updates.
  • Loading branch information
writinwaters authored Dec 15, 2022
1 parent a93b4fd commit fea8024
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/lang/articles/get-started/cloth_simulation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit fea8024

Please sign in to comment.