Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

initializing EAs from xml file(s) #2

Open
Becker-Asano opened this issue Oct 25, 2013 · 0 comments
Open

initializing EAs from xml file(s) #2

Becker-Asano opened this issue Oct 25, 2013 · 0 comments

Comments

@Becker-Asano
Copy link
Member

Idea:

The idea is to use EmotionML conform files to set up the EAs and the dynamic parameters. An example can be found in the xml subdirectory: WASABI_agent_default.xml.

Problem:

At the time of writing a QXMLStreamReader is used in WASABIQtGui (https://github.com/CBA2011/WASABIQtGui/blob/master/wasabiqtwindow.cpp) to parse the above file, which is referenced in WASABI.ini. Unfortunately, users of the library WASABIEngine won't be able to use this code and, thus, most likely won't use xml based initialization.
The XMLReader-code could be transferred into the WASABIEngine, but then this library would also depend in Qt, which I want to avoid.
Alternatively, we could try to use another xml parser library (RapidXML?) inside WASABIEngine, but then another dependency would be unavoidable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant