From: Alexis Laferrière Date: Mon, 18 Jan 2016 04:59:35 +0000 (-0500) Subject: contrib/tinks: add VR X-Git-Url: http://nitlanguage.org contrib/tinks: add VR Signed-off-by: Alexis Laferrière --- 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