From 6ce077f58779376481ab498ca4e1df60c1e2eee3 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sat, 26 May 2018 14:00:56 +0200 Subject: Add README, example screenshots --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..0e06e4a --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# computicle + +This application visualizes 2D vector fields by showing the movement of particles placed on the plane. All relevant computation (i.e. integrating the field definition function for each particle using classical Runge-Kutta) is implemented on the GPU using GLSL compute shaders. + +![Example 0](screenshot/computicle_0.png) + +![Example 1](screenshot/computicle_1.png) + +![Example 2](screenshot/computicle_2.png) + +![Example 3](screenshot/computicle_3.png) -- cgit v1.2.3