/vfx_good_night_reading

:books: Curated collection of good reading about VFX and CG

Primary LanguagePythonMIT LicenseMIT

VFX Good Night Reading

Curated collection of good reading about VFX and CG. Mostly TD-level stuff, but not too hardcore.

Links are pointing to PDFs when available for free, or to acm digital library. Note that ACM Digital Library content is sometimes available for free, more info here. You can also find papers at deepdyve, where you can check free preview before buying them.

ℹ️ Note that some links might break after some time. You can still check if they are indexed in Wayback Machine though.

Feel free to improve/extend this library and contribute with your findings. Pull requests are welcome.

See here for instructions about generating this page.

Total entries Total categories


Formats

  • book (24)
  • paper (134)
  • presentation (48)
  • thesis (49)
  • video (2)

Tags


Categories


List


Abstract

Animation

Biology & Trees

CFX

CG

Case studies

Cities

Coding

Colors

Computer Vision

Crowds

Deep comp

Environments

Erosion

FEM

FX

Fluids

Fractals

Fur & Feathers

History

Lighting & Rendering

Liquids

Machine Learning

Maths

Misc.

Motion Capture

Oceans

PBD

Photogrammetry

Pipeline

Production

RBD

Realtime

Rigging

Set

Shading

Stereo

USD

Unreal Engine

VR

Volumetrics


Contributing

Feel free to contribute to this project by creating pull requests.


Adding new entries

  • Create virtual environment

    $ python3 -m venv venv
    
  • Activate it

    $ source venv/bin/activate
    
  • Install dependencies

    $ pip install -r requirements.txt
    
  • Edit library.yml to add new entries

  • Run code quality checks and re-generate README.md

    $ make
    
    • You can run code checks only with

      $ make check
      
    • Or re-generate README.md only with

      $ make generate
      
    • Alternatively re-generate README.md without make

      $ python generate.py
      
  • Done!