Skip to content

jtomori/vfx_good_night_reading

Repository files navigation

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.

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

ℹ️ Bournemouth links are mostly dead. You should be able to find the content here though: new website.

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

See here for instructions about generating this page.

Number of entries: 258, categories: 41


Formats

  • book (25)
  • 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!