Hey guys,
I'm new to Ventuz and wondering if I can realize a project within Ventuz.
My goals are:
Having multiple, predefined (atm 3) layouts being fed by an XML-feed.
I want to switch between those layouts and give them some parameters to define, which contents should be loaded from within the XML.
Is this basically possible with Ventuz?
Best regars,
Sven
Hello Ventuzians!
THE FORUMS ARE CLOSED!
Please join our discord server HERE!! << click me
We are shutting our Ventuz Forum, but don't worry, it will all be archived for you to search in if you have a query. From now on, please add all your comments, questions or observations into our Discord Server
Thanks for the great time - see you on discord!!
Dee, Karol, Daniel and the whoooole Product and Support team!
THE FORUMS ARE CLOSED!
Please join our discord server HERE!! << click me

We are shutting our Ventuz Forum, but don't worry, it will all be archived for you to search in if you have a query. From now on, please add all your comments, questions or observations into our Discord Server
Thanks for the great time - see you on discord!!
Dee, Karol, Daniel and the whoooole Product and Support team!
Multiple layouts and dynamic content
Moderator: Support
- Daniel Willer
- Posts: 309
- Joined: 06 Jan 2012, 18:12
Re: Multiple layouts and dynamic content
I mean your project description is not very precise but it is defently possible to build a Ventuz scene that changes its Layout and Content based on a xml file.
There are XML nodes in Ventuz that gives the ability to parse xml files in a ventuz scene without any programming. Due to the fact that you can build your graphics and manipulate them with your own logic and realtime data in one tool it is exactly made for that purposes.
Cheers!
There are XML nodes in Ventuz that gives the ability to parse xml files in a ventuz scene without any programming. Due to the fact that you can build your graphics and manipulate them with your own logic and realtime data in one tool it is exactly made for that purposes.
Cheers!
-
- Posts: 290
- Joined: 18 Jan 2012, 11:36
- Location: Dubai, United Arab Emirates
- Contact:
Re: Multiple layouts and dynamic content
Yes it is definitely possible to do this in Ventuz. We did many applications like this already ranging from small to massive with hundereds of pictures and movies and XML files, all content being dynamic. For very simple and basic applications the XML nodes in Ventuz are enough. For more complex applications you should definitely use C# scripting in Ventuz and parse the XML files in there. It is faster, more flexible and uses WAY less nodes. Plus you have the advantage of having the entire .NET framework to read, parse, edit and output values - even arrays.