Skip to content

KarthikRIyer/CSCE-649-Physically-Based-Modeling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSCE-649-Physically-Based-Modeling

CSCE-649

This is a collection of assignments done as part of the Physically Based Modeling (CSCE-649 Fall 2024) course at Texas A&M University. Each assignment is in a self contained directory.

How to build and run

From the directory of any assignment run:

mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make -j4
./<application-name> ../resources ../data

Assignments

A1 - Bouncing Ball

A1 - Bouncing Ball

A2 - Particle Systems

Sparks Sparks Rendered
A2 - Sparks A2 - Sparks Rendered
Chladni Plate

A3 - Flocking

A3 - Flocking

A4 - Springy Structures

A4 - Jello Cube

A5 - Rigid Bodies

A4 - Rigid Cube

Final Project - PBD Granular Material Simulation

Grains Grains Rendered
Project - Grains Project - Grains Rendered

About

Assignments and project for CSCE-649 Physically Based Modeling

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published