How does the game development kit integrate with assets?
We convert assets to a standard JSON representation automatically on the web server which is then streamed to the browser. This is an open format which would allow developers to hook in or process artwork in any way they want. We use JSON because this is the native exchange format of JavaScript. We plan to document and release the specification of the JSON structure. We also support standard binary assets such as PNG, JPEG, DDS, OGG, WAV and archive formats.