Challenge Overview
Project Overview
XRE project includes XRE Server and XRE Client on vairous platforms / technologies.
The server hosts a set of test suites which can be used to test the client (XRE Receiver).
Competition Task Overview
The XRE Receiver HTML5 client has three implementations: WebGL, DOM and Canvas2D.
The server is updated to XRE Specification 2.16 and the WebGL client is out of dated (propably only support to XRE Spec 2.0x).
Now the WebGL cliet doesn't work with the latest server (can't load the startup screen) and this challenge should fix the issue.
The DOM Receiver could support the latest server and you can get the code from https://gitlab.com/team-autobots/xre-html5-dom for reference.
Source Code: https://gitlab.com/team-autobots/html5-xre-webgl Please post your gitlab username in forum if you don't have access.
Testing
Open the index.html in chrome to run and verify this app.
Technology Overview
- WebGL
- HTML5
- Java Script
Final Submission Guidelines
- Source Code
- Deployment Guide