Start a new topic

How can I test my ARchitect file in a browser?

How can I test my ARchitect file in a browser?

Hi,

I have read the documentation. For instance, I cite from ADE.html: "The ARchitect Desktop Engine (ADE) allows you to simulate the behavior of your ARchitect file on an ordinary webrowser, observe the properties of your AR objects and simulate user interaction and events." That's what I did: use my ordinary browser. I also heard the term "ARchitect simulator". What is that in particular? Where can I find it? And what documentation in particular do you refer to? Could you please tell me the name of the file?

Thx

QUESTION STATED BY LUIS VIA SUPPORT MAIL
Hi,

For your ARchitect file to work in the browser you will need to include the ADE (ARchitect Desktop Engine). This is easily done by linking to the javascript file ade.js included in the ARchitect Developer Kit (/ADE/ade.js). If put in the same directory as your ARchitect file following code can be used to enable it: 

   
  

Make sure that the file cannot be found when tested on the device or remove the line if you want to test on the ARchitect Mobile Viewer. A complete guide on how to use the ADE can be found in the ADK: /ADE.html
Login or Signup to post a comment