AppGameKit VR

From Virtual Reality, Augmented Reality Wiki
Jump to: navigation, search
Information icon1.png This page is a stub, please expand it if you have more information.
AppGameKit VR
Appgamekit vr1.jpg
Information
VR/AR VR
Developer The Game Creators
Publisher The Game Creators
Platform SteamVR, Oculus Rift (Platform)
Device HTC Vive, Oculus Rift, OSVR
Operating System Windows
Type DLC
Genre Animation & Modeling, Design & Illustration, Education, Software Training, Utilities, Design and Illustration, Animation and Modeling, Software Training, Software, Game Development, VR, GameMaker
Input Device Tracked Motion Controllers, Keyboard / Mouse
Play Area Seated, Standing, Room-Scale
Language English
Review 2 user reviews
Release Date May 19, 2017
Price $29.99
App Store Steam
Website http://www.appgamekit.com
Infobox Updated 08/21/2017
AppGameKit VR is a VR App.

Description

AppGameKit VR adds powerful and easy to use VR commands to your core AppGameKit Script language.

With just a few commands you can start to develop your own VR experiences, from detecting the head mounted displays to registering touch events from the touch controllers.

Note: Users must already own AppGameKit and have an OpenVR compatible head mounted display (HMD) and HTC Vive controllers or optional Touch controllers to use this DLC. This DLC is currently only available for the Windows platform.

The AppGameKit VR DLC includes:

  • AppGameKit VR Plugin for AppGameKit Tier1 Script
  • Tier 2 C++ Library
  • AppGameKit VR Getting Starter Guide PDF

AppGameKit VR Commands These new VR commands will empower you to:


  • Diagnostic checks on the hardware and SteamVR
  • Initialise the HMD
  • Create standing or seated VR experiences
  • Set the scale and camera ranges
  • Render a 3D scene to the HMD
  • Read the 3D values and angles of the HMD
  • Control the position and rotation of a player within the 3D scene
  • Read the 3D values and angles of the player
  • Read the values of both the users left and right hands
  • Read all the buttons and joystick values from controller devices

There are over 60 commands provided and we’ve created some getting started demos to show you how to get up and running with your own creations.

The AppGameKit Command List

Setup Commands

  • IsHmdPresent
  • IsRuntimeInstalled
  • Init
  • ErrorMessagesOn
  • SetTrackingSpace
  • GetTrackingSpace
  • ResetSeatedZeroPose
  • SetCameraRange
  • SetWorldScale
  • GetWorldScale
  • Render

Player Commands

  • SetPlayerPosition
  • SetPlayerRotation
  • MovePlayerLocalX
  • MovePlayerLocalY
  • MovePlayerLocal
  • ZRotatePlayerLocalX
  • RotatePlayerLocalY
  • RotatePlayerLocal
  • ZLockPlayerTurn
  • LockPlayerPitch
  • GetPlayerX
  • GetPlayerY
  • GetPlayer
  • ZGetPlayerAngleX
  • GetPlayerAngleY
  • GetPlayerAngle
  • ZGetHMDX
  • GetHMDY
  • GetHMD
  • ZGetHMDAngleX
  • GetHMDAngleY
  • GetHMDAngle
  • ZGetRightHandX
  • GetRightHandY
  • GetRightHand
  • ZGetRightHandAngleX
  • GetRightHandAngleY
  • GetRightHandAngle
  • ZGetLeftHandX
  • GetLeftHandY
  • GetLeftHand
  • ZGetLeftHandAngleX
  • GetLeftHandAngleY
  • GetLeftHandAngleZ

Controller Commands

  • RightControllerFound
  • LeftControllerFound
  • RightController_JoyX
  • RightController_JoyY
  • LeftController_JoyX
  • LeftController_JoyY
  • RightController_Trigger
  • LeftController_Trigger
  • RightController_Grip
  • LeftController_Grip
  • RightController_Button1
  • LeftController_Button1
  • RightController_Button2
  • LeftController_Button2
  • RightController_TriggerPulse
  • LeftController_TriggerPulse
  • LeftController_GetFingerPointed
  • RightController_GetFingerPointed
  • LeftController_GetThumbUp
  • RightController_GetThumbUp

Features

System Requirements

Windows

Minimum

  • OS: Windows 7 or better
  • Processor: Intel Celeron / Athlon Sempron or better
  • Memory: 4 GB RAM
  • Graphics: Open GL 2.0 compatible or better
  • Storage:

Recommended

  • OS: Windows 7 or better
  • Processor: Intel® i5-4590, AMD FX 8350 equivalent or better
  • Memory: 4 GB RAM
  • Graphics: NVIDIA GeForce® GTX 970, AMD Radeon™ R9 290 equivalent or better
  • Storage:

Setup Instructions

Images and Videos