Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/PsycoTodd/TaichiGraphics2021
This is the side work to have fun with Taichi Graphics course 2021 https://space.bilibili.com/1779922645?spm_id_from=333.788.b_765f7570696e666f.1
https://github.com/PsycoTodd/TaichiGraphics2021
Last synced: 4 days ago
JSON representation
This is the side work to have fun with Taichi Graphics course 2021 https://space.bilibili.com/1779922645?spm_id_from=333.788.b_765f7570696e666f.1
- Host: GitHub
- URL: https://github.com/PsycoTodd/TaichiGraphics2021
- Owner: PsycoTodd
- License: mit
- Created: 2021-10-24T18:27:40.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-05T06:14:32.000Z (about 3 years ago)
- Last Synced: 2024-10-31T08:32:07.810Z (7 days ago)
- Language: Python
- Size: 7.4 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-taichi - TaichiGraphics2021 - This is the side work to have fun with Taichi Graphics course 2021. (Applications / **Simulation**)
- awesome-taichi - TaichiGraphics2021 - This is the side work to have fun with Taichi Graphics course 2021. (**Simulation**)
README
# TaichiGraphics2021
This is the side work to have fun with [Taichi Graphics course 2021](https://space.bilibili.com/1779922645?spm_id_from=333.788.b_765f7570696e666f.1)### Assignment 1 Julia set RGB
**Control the 3 channel with difference in the sin function.**
![alt text][JuliaSet]
---
### Assignment 2 Use Taichi 3D library to represent the galaxy demo
**Run instruction**
install tachi-Three for 3D particle system support.
python3 -m pip install taichi-tina
![alt text][TinaGalaxy]
[JuliaSet]: https://github.com/PsycoTodd/TaichiGraphics2021/blob/main/JuliaSet.gif
[TinaGalaxy]: https://github.com/PsycoTodd/TaichiGraphics2021/blob/main/TinaGalaxy.gif