🐋
Hypnotic Streamlines Animation
  • Introduction
  • Getting Started
    • Installation Guide
      • Line Art Code
      • Corresponding Code
      • Vpaint
    • Program Usage
      • Data Format
        • Line Art Data Format
        • Streamlines Corresponding
      • Line Art Generation
        • Image Pre-processing
        • Streamlines Rendering
      • Patch Optimization Tutorial
  • System Workflow
    • Still Image Workflows
    • Animation Frames Workflows
    • Different Generation Methods
  • Advanced Guide
    • Function API
      • Zhanping's Code
      • Line Art Code
      • Streamlines Corresponding
  • Bug and Future Work
    • Streamlines Generation Code
    • Limitation of Different Methods
    • SCR Streamline Animation Code
  • Future Work
Powered by GitBook
On this page
  • Require Library
  • --Installation Step--
  • Step 1 - Open Project
  • Step 2 - Build
  • Step 3 - Program UI

Was this helpful?

  1. Getting Started
  2. Installation Guide

Line Art Code

This is the source code for rendering streamlines on keyframe

PreviousInstallation GuideNextCorresponding Code

Last updated 3 years ago

Was this helpful?

Require Library

C++ Library (Already Include In Source Code):

  1. MTL4 -all-4.0.9067-Linux

  2. CGAL - 4.9

  3. boost 1.60.0

  4. OpenMesh 3.2

  5. Simpson Library

  6. Opencv 2.4.9

--Installation Step--

Step 1 - Open Project

Open "Line Art Animation/source/DSFlash.vc2012.penelope.sln" using Visual Studio 2012.

Step 2 - Build

Open the ui_lineart.cpp file and build The Project

Step 3 - Program UI

The program will shows the below UI if build sucess.

Build Error FAQ:

  • Make sure building using Visual Studio 2012

  • Make sure the include link is set up correctly (Right Click DSFLASH Properties to check)