All Projects → jtomori → Vfx_good_night_reading

jtomori / Vfx_good_night_reading

Licence: mit
📚 Curated collection of good reading about VFX and CG

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Vfx good night reading

ultimate-defi-research-base
Here we collect and discuss the best DeFI & Blockchain researches and tools. Feel free to DM me on Twitter or open pool request.
Stars: ✭ 1,074 (+217.75%)
Mutual labels:  research, curated-list
Always Learning
404 Not Found的知识库:计算机理论基础、计算机技术基础、底层研究、安全技术、安全研究、人工智能、企业安全建设、安全发展、职业规划、综合素质、国内外优秀技术人
Stars: ✭ 329 (-2.66%)
Mutual labels:  research
Dingo Hunter
Static analyser for finding Deadlocks in Go
Stars: ✭ 272 (-19.53%)
Mutual labels:  research
Progress Bar Animation
Making a Doughnut Progress Bar - research notes
Stars: ✭ 298 (-11.83%)
Mutual labels:  research
Jikesrvm
Jikes RVM (Research Virtual Machine)
Stars: ✭ 281 (-16.86%)
Mutual labels:  research
Gpu Particles
A GPU Particle System for Unity
Stars: ✭ 313 (-7.4%)
Mutual labels:  vfx
Omnetpp
OMNeT++ Discrete Event Simulator
Stars: ✭ 259 (-23.37%)
Mutual labels:  research
Awesome Sentinel
curated list of awesome tools, tutorials and APIs for Copernicus Sentinel satellite data
Stars: ✭ 335 (-0.89%)
Mutual labels:  research
Android unpacker
A (hopefully) generic unpacker for packed Android apps.
Stars: ✭ 320 (-5.33%)
Mutual labels:  research
Cvpods
All-in-one Toolbox for Computer Vision Research.
Stars: ✭ 277 (-18.05%)
Mutual labels:  research
Dreamerv2
Mastering Atari with Discrete World Models
Stars: ✭ 287 (-15.09%)
Mutual labels:  research
Djv
Professional media review software for VFX, animation, and film production
Stars: ✭ 282 (-16.57%)
Mutual labels:  vfx
Paco
The Paco behavioral science mobile research platform
Stars: ✭ 314 (-7.1%)
Mutual labels:  research
Maxine Vm
Maxine VM: A meta-circular research VM
Stars: ✭ 274 (-18.93%)
Mutual labels:  research
Redteam Research
Collection of PoC and offensive techniques used by the BlackArrow Red Team
Stars: ✭ 330 (-2.37%)
Mutual labels:  research
Invizzzible
InviZzzible is a tool for assessment of your virtual environments in an easy and reliable way. It contains the most recent and up to date detection and evasion techniques as well as fixes for them.
Stars: ✭ 268 (-20.71%)
Mutual labels:  research
Surveykit
Android library to create beautiful surveys (aligned with ResearchKit on iOS)
Stars: ✭ 288 (-14.79%)
Mutual labels:  research
Augur
Python library and web service for Open Source Software Health and Sustainability metrics & data collection.
Stars: ✭ 304 (-10.06%)
Mutual labels:  research
Laspvfx
Audio reactive Unity VFX with LASP
Stars: ✭ 337 (-0.3%)
Mutual labels:  vfx
Tactic
Open source remote collaboration platform used for configuring and deploying enterprise Workflow solutions.
Stars: ✭ 301 (-10.95%)
Mutual labels:  vfx

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 or by buying me a beer :).


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!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].