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 +++++++++++ screenshot/computicle_0.png | Bin 0 -> 110832 bytes screenshot/computicle_1.png | Bin 0 -> 87923 bytes screenshot/computicle_2.png | Bin 0 -> 129537 bytes screenshot/computicle_3.png | Bin 0 -> 117425 bytes 5 files changed, 11 insertions(+) create mode 100644 README.md create mode 100644 screenshot/computicle_0.png create mode 100644 screenshot/computicle_1.png create mode 100644 screenshot/computicle_2.png create mode 100644 screenshot/computicle_3.png 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) diff --git a/screenshot/computicle_0.png b/screenshot/computicle_0.png new file mode 100644 index 0000000..4941806 Binary files /dev/null and b/screenshot/computicle_0.png differ diff --git a/screenshot/computicle_1.png b/screenshot/computicle_1.png new file mode 100644 index 0000000..f81b9cc Binary files /dev/null and b/screenshot/computicle_1.png differ diff --git a/screenshot/computicle_2.png b/screenshot/computicle_2.png new file mode 100644 index 0000000..9c6899f Binary files /dev/null and b/screenshot/computicle_2.png differ diff --git a/screenshot/computicle_3.png b/screenshot/computicle_3.png new file mode 100644 index 0000000..9c7ee72 Binary files /dev/null and b/screenshot/computicle_3.png differ -- cgit v1.2.3