From dfe118fc99a04e4f8b706758e9624c586c17d2b5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexis=20Laferri=C3=A8re?= Date: Sun, 17 Jan 2016 23:59:35 -0500 Subject: [PATCH] contrib/tinks: add VR MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Alexis Laferrière --- contrib/tinks/src/client/tinks_vr.nit | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 contrib/tinks/src/client/tinks_vr.nit diff --git a/contrib/tinks/src/client/tinks_vr.nit b/contrib/tinks/src/client/tinks_vr.nit new file mode 100644 index 0000000..0e2a300 --- /dev/null +++ b/contrib/tinks/src/client/tinks_vr.nit @@ -0,0 +1,22 @@ +# This file is part of NIT ( http://www.nitlanguage.org ). +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# VR mode for Android with Google Cardboard +# +# This version is not playable and very laggy as it is not modified +# or optimized in any way for VR. +# This module is made available as a minimal example of a VR game. +module tinks_vr + +import gamnit::vr -- 1.7.9.5