Page 2 of 2
Re: mQuery - keeping things simple
Posted: 07 Jan 2015, 18:54
by Nerpson
Are you working on an update with more functions, variables and other things?
It would be cool because I think that your tool can't be used for now. There is a great potential, but it can't be productively used.
Re: mQuery - keeping things simple
Posted: 07 Jan 2015, 19:14
by zocka
Lately I was focusing on other things and my ManiaScript improved which kind of took the motivation to write a ManiaScript abstraction framework
In addition with some concerns about the workflow (critized earlier in this thread), I don't know if the current way is a good way to continue.
Any further development might - if at all - lead to a product where you call functions returning code snippets one then still has to insert into the code. While this would go away from my original intention of making all this possible within just an easy xml file for beginners, I would prefer this.
Code: Select all
$mQuery = new mQuery($maniascriptBuilder);
...
echo '<manialink>';
...
echo $mQuery->UI_CheckBox($options); // generates Maniascript into the maniascriptBuilder & creates xml code
...
Â
(Would still look okay in my eyes. And it stil is kind of the same thing, only with more freedom)
But atm I don't have the time for any of that

Re: mQuery - keeping things simple
Posted: 07 Jan 2015, 19:37
by Nerpson
So bad...
I wish you success for your next project.