aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md11
-rw-r--r--screenshot/computicle_0.pngbin0 -> 110832 bytes
-rw-r--r--screenshot/computicle_1.pngbin0 -> 87923 bytes
-rw-r--r--screenshot/computicle_2.pngbin0 -> 129537 bytes
-rw-r--r--screenshot/computicle_3.pngbin0 -> 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
new file mode 100644
index 0000000..4941806
--- /dev/null
+++ b/screenshot/computicle_0.png
Binary files differ
diff --git a/screenshot/computicle_1.png b/screenshot/computicle_1.png
new file mode 100644
index 0000000..f81b9cc
--- /dev/null
+++ b/screenshot/computicle_1.png
Binary files differ
diff --git a/screenshot/computicle_2.png b/screenshot/computicle_2.png
new file mode 100644
index 0000000..9c6899f
--- /dev/null
+++ b/screenshot/computicle_2.png
Binary files differ
diff --git a/screenshot/computicle_3.png b/screenshot/computicle_3.png
new file mode 100644
index 0000000..9c7ee72
--- /dev/null
+++ b/screenshot/computicle_3.png
Binary files differ