diff options
author | Adrian Kummerlaender | 2018-05-26 14:00:56 +0200 |
---|---|---|
committer | Adrian Kummerlaender | 2018-05-26 14:00:56 +0200 |
commit | 6ce077f58779376481ab498ca4e1df60c1e2eee3 (patch) | |
tree | 929f17448683ba330fb98185dc5bda5870f8de2c | |
parent | 34052b51e00c939a35294d7085cadb5111484dd3 (diff) | |
download | computicle-6ce077f58779376481ab498ca4e1df60c1e2eee3.tar computicle-6ce077f58779376481ab498ca4e1df60c1e2eee3.tar.gz computicle-6ce077f58779376481ab498ca4e1df60c1e2eee3.tar.bz2 computicle-6ce077f58779376481ab498ca4e1df60c1e2eee3.tar.lz computicle-6ce077f58779376481ab498ca4e1df60c1e2eee3.tar.xz computicle-6ce077f58779376481ab498ca4e1df60c1e2eee3.tar.zst computicle-6ce077f58779376481ab498ca4e1df60c1e2eee3.zip |
Add README, example screenshots
-rw-r--r-- | README.md | 11 | ||||
-rw-r--r-- | screenshot/computicle_0.png | bin | 0 -> 110832 bytes | |||
-rw-r--r-- | screenshot/computicle_1.png | bin | 0 -> 87923 bytes | |||
-rw-r--r-- | screenshot/computicle_2.png | bin | 0 -> 129537 bytes | |||
-rw-r--r-- | screenshot/computicle_3.png | bin | 0 -> 117425 bytes |
5 files changed, 11 insertions, 0 deletions
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 Binary files differnew file mode 100644 index 0000000..4941806 --- /dev/null +++ b/screenshot/computicle_0.png diff --git a/screenshot/computicle_1.png b/screenshot/computicle_1.png Binary files differnew file mode 100644 index 0000000..f81b9cc --- /dev/null +++ b/screenshot/computicle_1.png diff --git a/screenshot/computicle_2.png b/screenshot/computicle_2.png Binary files differnew file mode 100644 index 0000000..9c6899f --- /dev/null +++ b/screenshot/computicle_2.png diff --git a/screenshot/computicle_3.png b/screenshot/computicle_3.png Binary files differnew file mode 100644 index 0000000..9c7ee72 --- /dev/null +++ b/screenshot/computicle_3.png |