Skip to content

markkorput/ciFove

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ciFove

Cinder block (plugin) for the Fove VR Headset

Installation

This repository contains cinder block, see the official cinder documentation on how to work with Cinder blocks.

The Fove SDK is included in the the repository, but (at the moment of writing) only supports the Windows platform. The ciFove block is written in a way that allows you to compile and run you Cinder application on other platforms as well, replacing the Fove SDK implementation with a function-less mock implementation.

Building your Cinder application with ciFove

We recommend using CMake configurations for your Cinder project, as it lets you both build from the command line as well as generate platform-specific roject files -among others- Visual Studio and XCode.

** First make sure ciFove is added to your project's CMakeLists.txt file **

See the CMakeLists.txt examples in this repo (TODO: add links)

Using make

cd <into/your/app/folder>
mkdir build
cd build
cmake ../proj/cmake
make -j4

Using Visual Studio

cd <into/your/app/folder>
mkdir build
cd build
cmake ../proj/cmake -G "Visual Studio 10 Win64"
# Open the generated Visual Studio Solution Project

Using XCode

cd <into/your/app/folder>
mkdir build
cd build
cmake ../proj/cmake -GXcode
# Open the generated XCode project

API Usage

TODO

About

Cinder block for the Fove VR Headset

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages