As of 03/17/2016, this module/example is fully integrated to the examples application which has been moved to the main Rajawali repository: https://github.com/Rajawali/Rajawali. This repository will remain for historical reference but it is effectively abandoned and no responses from the maintainers should be expected.
#RajawaliWear
Rajawali Wear is a plugin for the Rajawali 3D engine. This plugin aims to add drop in support for Android Wear device.
#First Run
You need a local build of the latest Rajawali Framework. Currently Rajawali is not available on maven so a local build must be created. To build a local release of Rajawali simply perform a checkout of the library then run the gradle tasks clean assembleRelease uploadArchives
.
git clone https://github.com/MasDennis/Rajawali.git
./Rajawali/gradlew clean assembleRelease uploadArchives
git clone https://github.com/MasDennis/Rajawali.git
Rajawali/gradlew.bat clean assembleRelease uploadArchives
Once complete you can simply open the project in AS and deploy the example application to your wear device.
#Wear Example
Running the wear example create a scene similar to the below clip.