#1
|
|||
|
|||
Can Vizard export data in XML format
I want to use Vizard to develop some educational virtual reality games. In such games, students are expected to conduct some designs that need the third party software to validate. I wonder if Vizard has the ability to retrieve students' design (some code writing in text) out of the games in some metadata format (e.g., XML)?
|
#2
|
|||
|
|||
Vizard uses Python for scripting, and Python comes with many modules for parsing various text formats, including XML. The Python documentation that comes with Vizard contains documentation on the xml module with sample code.
|
#3
|
|||
|
|||
Thanks for your quick response. I just want to make sure I did not misunderstand you. i do not want export some XML data into Vizard. Instead, I would like to export data out of the Vizard game and valid the data using the third party software. I hope the data being extracted out is in XML format. Can you confirm that the python in Vizard can export some data out of the Vizard game in XML format?
|
#4
|
|||
|
|||
XML is a text-based file format, and Python supports writing text to files, so this is easily possible with Vizard. There are a few file i/o examples in the Vizard docs which show how to write data to a file. Let me know if you need more specific examples.
|
Thread Tools | |
Display Modes | Rate This Thread |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Access to Geometry Data in a c++ plugin for vizard. | xabbu | Plug-in development | 1 | 01-16-2009 03:14 PM |
Export from 3Ds Max to Vizard | pattie | Vizard | 5 | 08-26-2006 11:20 AM |
PPT UDP data format | MiamiTodd | Precision Position Tracker (PPT) | 20 | 04-10-2006 12:36 PM |
female skeleton CSF file needed to export to CAF format | vmonkey | Vizard | 1 | 10-04-2005 10:15 AM |
Vizard & USB 5DT Data Glove | rdotsch | Vizard | 4 | 07-26-2005 04:35 AM |