jblattgerste / TrainAR

An interaction concept & visual scripting-based authoring tool for procedural Mobile (Android & iOS) Augmented Reality trainings.
https://jblattgerste.github.io/TrainAR/
MIT License
21 stars 40 forks source link

TrainAR Training Distribution - serialization & deserialization of trainings #5

Closed Shilaila closed 5 months ago

jblattgerste commented 10 months ago

This Pull-Request demonstrates good first efforts of serializing and deserializing TrainAR trainings, e.g. to distribute them through a webhosting service down the road. This specifically uses XML-based serialization to store trainings into a ".trainAR" file which can then be reloaded into a TrainAR "host" App.

It is experimental and currently not functional or maintained by the developer but i will leave it open here, if somebody wants to explore this further down the road. This is certainly something we would be interested to merge into TrainAR as functionaltiy.