# Installation Guide

## Introduction

This project source code include 4 different part of program.

#### 1. Zhanping's Code : Use for integrating streamlines

**2. Line Art UI Code : Use for pre-processing image, drawing guided-line,  and render streamlines styles**

**3. Streamlines Corresponding Code : Use for calculating Streamlines corresponding.**

**4. Vpaint : Use for visualize and modified corresponding streamlines animation**

All of the source code file is include in Hypnotic Streamlines Project Source Code link. The Zhanping's Code and Line Art UI Code need to be execute in Visual Studio 2012, while the streamlines corresponding code is written using python.

## Require Tools

1. Visual Studio 2012 (v110)
2. Pycharm (or other python IDE)
3. Qt Creator (lastest version)
4. Vpaint Source Code (cmake)

## Source Code Link

**Hypnotic Streamlines Project Source Code :**[ ](https://drive.google.com/file/d/1iw5hy3mkwmOAfu0VjIiczqKRloIJMKla/view?usp=sharing)<https://drive.google.com/file/d/1iw5hy3mkwmOAfu0VjIiczqKRloIJMKla/view?usp=sharing>

**Visual Studio 2012 Express :**                                                                             <https://my.visualstudio.com/Downloads?q=visual%20studio%202012&wt.mc_id=o~msft~vscom~older-downloads>

**Vpaint:** <https://github.com/dalboris/vpaint>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://yayapipi.gitbook.io/hypnotic-streamlines-animation/getting-started/installation-guide.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
