Projects and Resources on Physics (Physically) based animation
Get started with Raylib, which is a foundation library to build your own graphical application or game engine itself. Or, more well maintained and commercial grade C++ engine G3D.
- Physics based fluid simulation.
- Must have course at Coursera on Simulation and modeling of natural processes. This course gives you an introduction to modeling methods and simulation tools for a wide range of natural phenomena. The different methodologies that will be presented here can be applied to very wide range of topics such as fluid motion, stellar dynamics, population evolution, ...
- Another must have course on Computer Graphics at Khan academy - Pixar in a box from Pixar. Pixar in a Box is a behind-the-scenes look at how Pixar artists do their jobs. You will be able to animate bouncing balls, build a swarm of robots, and make virtual fireworks explode. The subjects you learn in school — math, science, computer science, and humanities — are used every day to create amazing movies at Pixar. This collaboration between Pixar Animation Studios and Khan Academy is sponsored by Disney.
- Book on Fluid Engine Development, explains how to create a fluid simulation engine from scratch. It's documentation and github code link for the book. This book explains how to create a fluid simulation engine from scratch.
- Photorealistic computer graphics is ubiquitous today, with applications that include entertainment—notably, movies and video games; product design; and architecture. Donald Knuth wrote “This book has deservedly won an Academy Award. I believe it should also be nominated for a Pulitzer Prize.” Read about the book Physically Based Rendering, which will link you to the contents of the book to Physically Based Rendering:Contents. And more fun - here is the source code used by the book.
- SPlisHSPlasH is an open-source library for the physically-based simulation of fluids from RWTH Aachen.
- Publications on Physics based fluid simulation from RWTH Aachen.
- Worth mentioning twoice is a nice resource website on physics based animation and its recommended collection of books.
- Youtube : Physics based animation course videos from Ladislav Kavan.
- Physics simulation in computer graphics lab in ETH Zurich also realted tutorials from ETH Zurich has lecture notes and pdf's.
- Learning Path for a Game Engine Programmer.
- Must have course at Coursera on Simulation and modeling of natural processes. This course gives you an introduction to modeling methods and simulation tools for a wide range of natural phenomena. The different methodologies that will be presented here can be applied to very wide range of topics such as fluid motion, stellar dynamics, population evolution, ...
- Another must have course on Computer Graphics at Khan academy - Pixar in a box from Pixar. Pixar in a Box is a behind-the-scenes look at how Pixar artists do their jobs. You will be able to animate bouncing balls, build a swarm of robots, and make virtual fireworks explode. The subjects you learn in school — math, science, computer science, and humanities — are used every day to create amazing movies at Pixar. This collaboration between Pixar Animation Studios and Khan Academy is sponsored by Disney.
- Computer Graphics realted tutorials from ETH Zurich has lecture notes and pdf's.
- Main resources page for the book Real-Time Rendering, Fourth Edition, by Tomas Akenine-Möller.
- Physics based animation course from university of waterloo. Also go to its extra reading materials for other resources.
- Ke-Sen Huang's Home Page for realtime rendering resources.