Skip to content

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

Notifications You must be signed in to change notification settings

jhester/physical-simulation

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

Watchers

Forks

Releases

No releases published

Packages

No packages published