Skip to content

3 projects prepared for "physical modeling in computer animation" classes using C++ openFrameworks toolkit (https://openframeworks.cc/). (5 semester of Applied Computer Science and Measurment Systems). 2021, 5 semester.

Notifications You must be signed in to change notification settings

aszpatowski/physics_model_animations_cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Physics model animations C++

3 projects prepared for "physical modeling in computer animation" classes using C++ openFrameworks toolkit (https://openframeworks.cc/). (5 semester of Applied Computer Science and Measurment Systems)

Particle System

Fully object oriented engine for creating complex scenes using particles and forces between them.
Below two scenes created using it:

Spring Mass System

Simple game using spring mass system mechanic.

Disks

Simple simulation of 2d disks in attraction forces, self-collisions and moving in liquids (with pre-set viscosity)

How to run

To run projects first of all must be downloaded openframeworks. After that put projects in of_v0.11.2_linux64gcc6_release/apps/myApps (version of openframeworks may be different, but 0.11.2+). Last things are change path to your own location of 'of' in 'config.make' of each project, run 'make' in projects directory and finally run 'make RunRelease'.

About

3 projects prepared for "physical modeling in computer animation" classes using C++ openFrameworks toolkit (https://openframeworks.cc/). (5 semester of Applied Computer Science and Measurment Systems). 2021, 5 semester.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published