Skip to content
ThePix edited this page Mar 6, 2020 · 8 revisions

This is the development of an editor for Quest 6 (which can be found here).

The editor uses an XML file to store data, structured very much like Quest 5 to make it easier to convert from 5 to 6. It produces a set of JavaScript files that can be uploaded to a website and played (or just played from the file).

I hope to eventually to include Blockly for authors to create code, with the option to switch between that, JavaScript, ASL and plain text (the ASL is just for backwards compatibility and will not get exported to the JavaScript files; authors will need to convert by hand).

Clone this wiki locally