Skip to content

Commit 567ca22

Browse files
committed
-
1 parent 41f3cee commit 567ca22

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
# Background
1+
# About
22

33
Physics simulation is an important research topic in visual computing. It has many applications ranging from such as virtual prototyping, training simulators, robotics, animation software for digital production including visual effects in film and animation movies, and computer games – just to mention a few.
44

5-
At [RWTH Aachen university](https://animation.rwth-aachen.de) I offer [lectures](https://animation.rwth-aachen.de/courses/) which give an introduction to state-of-the-art simulation methods for rigid bodies, deformable solids and fluids in the area of visual computing (e.g, the Finite Element Method (FEM) and the Smoothed Particle Hydrodynamics (SPH) approach). For the lectures I programmed several simulation examples using JavaScript.
5+
At [RWTH Aachen university](https://animation.rwth-aachen.de) I offer [lectures](https://animation.rwth-aachen.de/courses/) which give an introduction to state-of-the-art simulation methods for rigid bodies, deformable solids and fluids in the area of visual computing (e.g, the Finite Element Method (FEM) and the Smoothed Particle Hydrodynamics (SPH) approach). For the lectures I programmed several simulation examples using JavaScript.
66

77
Why JavaScript? Because everybody can directly run the examples in the browser. Moreover, I was able to add a short web page for each example which explains the method.
88

9+
I hope the examples and their documentation help you to learn something about the simulation methods. Feel free to use the examples in your own courses.
10+
911
# Particles
1012

1113
* [A simple particle system](examples/particle_system.html)

0 commit comments

Comments
 (0)