]> O.S.I.I.S - jp/vke.net.git/commitdiff
datas download script
authorJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Tue, 29 Oct 2019 06:14:34 +0000 (07:14 +0100)
committerJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Tue, 29 Oct 2019 06:14:34 +0000 (07:14 +0100)
.gitignore
README.md
download_datas.bat [new file with mode: 0644]
download_datas.sh [new file with mode: 0755]

index 1aece0d6bffa3d9909f555aa7bf9c6aa4a850c33..8c080572e143af66afac07caaf0f7125bc38f726 100644 (file)
@@ -1,6 +1,8 @@
 .vs
 build/
 packages/
+datas
+datas.zip
 bin/
 obj/
 *.user
index 0dc9e047225c61f62aae97d9b9225ca70d593624..94bb90f2ecdf7ba686bafdded5dfc86c41066134 100644 (file)
--- a/README.md
+++ b/README.md
@@ -24,6 +24,8 @@ vke.net
 
 **vke.net** (_vulkan engine for .net_) is composed of high level classes encapsulating vulkan objects with `IDispose` model and **reference counting**. [GLFW](https://www.glfw.org/)  handles the windowing system.
 
+Use the 'download_datas.sh' script for downloading sample's datas.
+
 ### Requirements
 - [GLFW](https://www.glfw.org/) if you use the `VkWindow` class.
 - If you want to use `jpg`, `jpeg`, `png` image [libstb](https://github.com/nothings/stb) (on debian install **libstb-dev**). Note that `ktx` image loading has no dependencies.
@@ -37,3 +39,4 @@ vke.net
 - ktx image loading.
 - Memory pools
 
+
diff --git a/download_datas.bat b/download_datas.bat
new file mode 100644 (file)
index 0000000..46e16fd
--- /dev/null
@@ -0,0 +1,3 @@
+echo //TODO
+echo link = "https://onedrive.live.com/download?cid=B3181664476E9B48&resid=B3181664476E9B48%21167&authkey=APMbPmUMFnlrN6s"
+echo rename downloaded file to datas.zip, and unzip.
diff --git a/download_datas.sh b/download_datas.sh
new file mode 100755 (executable)
index 0000000..64d3cc2
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/bash
+wget --no-check-certificate "https://onedrive.live.com/download?cid=B3181664476E9B48&resid=B3181664476E9B48%21167&authkey=APMbPmUMFnlrN6s" -O datas.zip
+unzip datas.zip