aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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)