aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Novoselov <[email protected]>2017-05-19 13:16:01 +0300
committerAnton Novoselov <[email protected]>2017-05-19 13:16:01 +0300
commit853b68fc2e91257ee7863a7e7af0b5f241ea9f45 (patch)
treeb52b07328b48ab1cb891f19eacd119c8b155ba94
parentAdded missing dlls for UnityExameple (diff)
downloadblast-853b68fc2e91257ee7863a7e7af0b5f241ea9f45.tar.xz
blast-853b68fc2e91257ee7863a7e7af0b5f241ea9f45.zip
Added screens to welcome page
-rw-r--r--README.md22
-rw-r--r--images/blast.pngbin0 -> 929097 bytes
-rw-r--r--images/bunny_impact.pngbin0 -> 816664 bytes
-rw-r--r--images/cube_explode.pngbin0 -> 1402937 bytes
-rw-r--r--images/joints.pngbin0 -> 1238796 bytes
-rw-r--r--images/stress.pngbin0 -> 421136 bytes
-rw-r--r--images/table_impact_wireframe.pngbin0 -> 400470 bytes
-rw-r--r--images/tower_explode.pngbin0 -> 1303523 bytes
-rw-r--r--images/tower_slice.pngbin0 -> 1354862 bytes
-rw-r--r--images/wall_impact.pngbin0 -> 312347 bytes
10 files changed, 22 insertions, 0 deletions
diff --git a/README.md b/README.md
index e1cfb89..0d1556b 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,8 @@
Blast 1.0
=========
+![Alt text](/images/blast.png?raw=true "Blast Intro")
+
Introduction
------------
@@ -86,3 +88,23 @@ Tools and Samples Binaries (Windows only)
Blast tools and sample executables, along with all necessary supporting libraries, are packaged in the
blast_tools_and_samples-windows.zip file. This allows someone without a development environment to use these
applications.
+
+Gallery
+---------
+
+### Tower explosion
+![Alt text](/images/tower_explode.png?raw=true "Blast Sample: tower explode")
+### Bunny impact damage
+![Alt text](/images/bunny_impact.png?raw=true "Blast Sample: bunny impact")
+### Layered cube explosion
+![Alt text](/images/cube_explode.png?raw=true "Blast Sample: cube explode")
+### Table impact damage
+![Alt text](/images/table_impact_wireframe.png?raw=true "Blast Sample: table impact")
+### Tower slice
+![Alt text](/images/tower_slice.png?raw=true "Blast Sample: tower slice")
+### Wall impact damage
+![Alt text](/images/wall_impact.png?raw=true "Blast Sample: wall impact")
+### Stress solver
+![Alt text](/images/stress.png?raw=true "Blast Sample: stress solver")
+### Joints
+![Alt text](/images/joints.png?raw=true "Blast Sample: joints")
diff --git a/images/blast.png b/images/blast.png
new file mode 100644
index 0000000..5f7b185
--- /dev/null
+++ b/images/blast.png
Binary files differ
diff --git a/images/bunny_impact.png b/images/bunny_impact.png
new file mode 100644
index 0000000..efb0b77
--- /dev/null
+++ b/images/bunny_impact.png
Binary files differ
diff --git a/images/cube_explode.png b/images/cube_explode.png
new file mode 100644
index 0000000..24bcba5
--- /dev/null
+++ b/images/cube_explode.png
Binary files differ
diff --git a/images/joints.png b/images/joints.png
new file mode 100644
index 0000000..a1075ac
--- /dev/null
+++ b/images/joints.png
Binary files differ
diff --git a/images/stress.png b/images/stress.png
new file mode 100644
index 0000000..6fe6351
--- /dev/null
+++ b/images/stress.png
Binary files differ
diff --git a/images/table_impact_wireframe.png b/images/table_impact_wireframe.png
new file mode 100644
index 0000000..04f6734
--- /dev/null
+++ b/images/table_impact_wireframe.png
Binary files differ
diff --git a/images/tower_explode.png b/images/tower_explode.png
new file mode 100644
index 0000000..87f3242
--- /dev/null
+++ b/images/tower_explode.png
Binary files differ
diff --git a/images/tower_slice.png b/images/tower_slice.png
new file mode 100644
index 0000000..15854b3
--- /dev/null
+++ b/images/tower_slice.png
Binary files differ
diff --git a/images/wall_impact.png b/images/wall_impact.png
new file mode 100644
index 0000000..bf220b1
--- /dev/null
+++ b/images/wall_impact.png
Binary files differ