aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAdrian Kummerlaender2018-05-26 14:00:56 +0200
committerAdrian Kummerlaender2018-05-26 14:00:56 +0200
commit6ce077f58779376481ab498ca4e1df60c1e2eee3 (patch)
tree929f17448683ba330fb98185dc5bda5870f8de2c /README.md
parent34052b51e00c939a35294d7085cadb5111484dd3 (diff)
downloadcomputicle-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
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 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)