Skip to content

ryichando/asyncliquid_eg2020_vids

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How To Compile This Demo

  • Get a copy of Docker running (https://www.docker.com)

  • Clone this repository and move into it

      git clone https://github.com/ryichando/asyncliquid_eg2020_vids.git
      mv asyncliquid_eg2020_vids
    
  • Install Veddy (skip if you already have it)

      git clone https://github.com/ryichando/veddy.git
      docker build ./veddy -t veddy
    
  • Run the compilation

      docker run -v $PWD/veddy:/veddy -v $PWD:/mount \
      --rm veddy pass_1.xml pass_2.xml
    
  • That's it! main.mp4 should be there

About

Video materials and scene files for "Asynchronous Eulerian Liquid Simulation"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published