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

[misc] Add a link to taichi_elements in README.md #974

Merged
merged 2 commits into from
May 13, 2020

Conversation

archibate
Copy link
Collaborator

Related issue = as I mentioned in WeChat..

[Click here for the format server]

@archibate archibate requested a review from yuanming-hu May 13, 2020 13:19

```bash
python3 -m pip install taichi
```

**News: (Apr 29, 2020) The OpenGL Compute Shader backend by [彭于斌 (archibate)](https://github.com/archibate)** is officially released in [**v0.6.0**](https://github.com/taichi-dev/taichi/releases/tag/v0.6.0)! Please try it out with `ti.init(arch=ti.opengl)`.
Copy link
Collaborator Author

@archibate archibate May 13, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removing this because it's not a news at all now (Apr 29 vs Mar 13).
I guess it's better to replace this with:

**News: (Mar 17, 2020) TaichiCon... will be held on... EST... CST... issue page = ...

WDYT?

Copy link
Member

@yuanming-hu yuanming-hu May 13, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the proposal. Personally I think README is for everyone around the world, and TaichiCon 0 will be for Chinese developers only. Let's update when we host TaichiCon 1 in English.

README.md Outdated
@@ -48,6 +44,10 @@ Please build from source for other configurations (e.g., your CPU is ARM).
|**Build**|[![Build Status](http://f11.csail.mit.edu:8080/job/taichi/badge/icon)](http://f11.csail.mit.edu:8080/job/taichi/)| [![Build Status](https://travis-ci.com/taichi-dev/taichi.svg?branch=master)](https://travis-ci.com/taichi-dev/taichi) | [![Build status](https://ci.appveyor.com/api/projects/status/yxm0uniin8xty4j7/branch/master?svg=true)](https://ci.appveyor.com/project/yuanming-hu/taichi/branch/master)| [![Documentation Status](https://readthedocs.org/projects/taichi/badge/?version=latest)](http://taichi.readthedocs.io/en/latest/?badge=latest)|
|**PyPI**|[![Build Status](https://travis-ci.com/yuanming-hu/taichi-wheels-test.svg?branch=master)](https://travis-ci.com/yuanming-hu/taichi-wheels-test)|[![Build Status](https://travis-ci.com/yuanming-hu/taichi-wheels-test.svg?branch=master)](https://travis-ci.com/yuanming-hu/taichi-wheels-test)|[![Build status](https://ci.appveyor.com/api/projects/status/39ar9wa8yd49je7o?svg=true)](https://ci.appveyor.com/project/yuanming-hu/taichi-wheels-test) |

## Applications

A High-Performance Multi-Material Continuum Physics Engine based on Taichi: [Taichi Elements](https://github.com/taichi-dev/taichi_elements) (work in progress)
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Currently we only have one Applications here, feel free to add if you have others, may also consider QtTaichi as a friend-link?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Adding elements is good enough for now - QtTaichi actually uses taichi.h instead of the new Taichi compiler. We will definitely include QTaichi if the author switches to Python.

Comment on lines -28 to +26
## Installation [![Downloads](https://pepy.tech/badge/taichi-nightly)](https://pepy.tech/project/taichi-nightly)
## Installation [![Downloads](https://img.shields.io/pypi/dw/taichi)](https://pepy.tech/project/taichi)
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I removed the taichi-nightly download since you said you'll replace it with taichi whn we catch up, but we have no worry about this if it's counted per-week.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@yuanming-hu
Copy link
Member

I changed the order of Travis and AppVeyor badges so that they match the order in the build matrix table. Merging this so that it goes with v0.6.4.

@yuanming-hu yuanming-hu merged commit 548e3be into master May 13, 2020
@archibate archibate deleted the archibate-patch-3 branch June 17, 2020 06:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants