Skip to content

jhester/physical-simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Physical Simulation Demos

This project contains a progression of physical simulations using OpenGL, GLSL, and WebGL. Currently holds a bouning ball simulation in WebGL, and GPU based implementations of particles, flocking, and deformable bodies.

The novelty of this project is that nearly all the simulations are done completely on the GPU, and can be run on most laptops and desktops with factory standard video cards.

Each project has a Linux version, and an XCode project, except for the Soft Bodies simulations with WebGL and the bouncing cube with WebGL.

About

Different physical simulations using GLSL enabled shaders with OpenGL, WebGL and Three.js. Currently holds GPU versions of particles, flocking, deformable bodies.

Resources

Stars

16 stars

Watchers

4 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors