Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Doc] Branding updates. Also tests netlify. #4994

Merged
merged 3 commits into from
May 18, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Branding updates. Also tests netlify.
writinwaters authored and taichi-gardener committed May 18, 2022
commit de083de920f41f442958817f61165583451dc14c
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@ The language has broad applications spanning real-time physical simulation, numb

[...More](#demos)

## Why Taichi?
## Why Taichi Lang?

- Built around Python: Taichi Lang shares almost the same syntax with Python, allowing you to write algorithms with minimal language barrier. It is also well integrated into the Python ecosystem, including NumPy and PyTorch.
- Flexibility: Taichi Lang provides a set of generic data containers known as *SNode* (/ˈsnoʊd/), an effective mechanism for composing hierarchical, multi-dimensional fields. This can cover many use patterns in numerical simulation (e.g. [spatially sparse computing](https://docs.taichi-lang.org/docs/sparse)).
@@ -63,7 +63,7 @@ The language has broad applications spanning real-time physical simulation, numb
- WebAssembly (experiemental)
</details>

Use Python's package installer **pip** to install Taichi:
Use Python's package installer **pip** to install Taichi Lang:

```bash
pip install --upgrade taichi
@@ -150,7 +150,7 @@ See [Apache License](https://github.com/taichi-dev/taichi/blob/master/LICENSE) f
### Join our discussions

- [GitHub Discussions](https://github.com/taichi-dev/taichi/discussions)
- [Taichi 中文论坛](https://forum.taichi.graphics/)
- [太极编程语言中文论坛](https://forum.taichi.graphics/)

### Report an issue