Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/theYiran/Taichi_Procedural_Painting


https://github.com/theYiran/Taichi_Procedural_Painting

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

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环境中运行即可。