Page 1 of 1

Best project organization

Posted: Fri Dec 21, 2012 7:26 am
by waprothero
I am building a project that will work on mobile and desktop. I want to have a place to put a script library that can be called from anywhere. How should I organize this? If I put my script library in a separate stack, is there a command that will insert a second stack into the message hierarchy? Or how should I approach this? I've looked at the GLXFramework, but it is not suitable for mobile. A simpler kind of organization seems more appropriate.

Thanks for any suggestions. I know there are large projects done, but don't see a tutorial on how I should approach this.

Re: Best project organization

Posted: Fri Dec 21, 2012 2:15 pm
by FourthWorld
To start using a stack as a library, see the "start using <stackNameOrPath>" command.

Re: Best project organization

Posted: Fri Dec 21, 2012 10:53 pm
by waprothero
Richard: Thanks! I just now, within seconds of your posting, found this out by searching the forum and docs. Thanks!