Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theYiran/Taichi_Procedural_Painting
https://github.com/theYiran/Taichi_Procedural_Painting
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/theYiran/Taichi_Procedural_Painting
- Owner: theYiran
- License: mit
- Created: 2021-12-19T03:18:32.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-27T11:08:37.000Z (almost 3 years ago)
- Last Synced: 2024-07-23T22:26:15.405Z (5 months ago)
- Language: Python
- Size: 16.3 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-taichi - Taichi Procedural Painting - Imitating the painting process by generating images with different brush strokes. A dynamic window shows the comparison between the original image and the generated one. (Applications / **Image Processing**)
README
# Taichi-Procedural Painting
## 背景简介
模仿绘画的过程用不同的笔触生成图片,并通过一个动态的窗口来实现原图与生成图片的对比。## 成功效果展示
![Leon demo](./data/leon.gif)
Procedural Leon using CIRCULAR stroke
![Leon demo](./data/Leon_2.gif)
Procedural Leon using CUBIC stroke![jean Genie demo](./data/jean_genie.gif)
Procedutal Jean Genie using CIRCULAR stroke
![jean Genie demo](./data/Jean_Genie_2.gif)
Procedutal Jean Genie using CUBIC stroke![Mona Lisa demo](./data/Mona_Lisa.gif)
Procedural Mona Lisa using CIRCULAR strok
![Mona Lisa demo](./data/Mona_Lisa_2.gif)
Procedural Mona Lisa using CUBIC strok![Meisje met de parel demo](./data/Meisje_met_de_parel.gif)
Procedural Meisje met de parel using CIRCULAR stroke
![Meisje met de parel demo](./data/Meisje_met_de_parel_2.gif)
Procedural Meisje met de parel using CUBIC stroke## 使用方法
Procedural_Painting.py用来生成Circular Stroke图像。
Procedural_Painting_with_Window.py用来生成Cubic Stroke图像。
将图片与.py放在同一文件夹中,修改.py中图片名称, 在taichi环境中运行即可。