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

Project Manager for Torque 2D v3.2 #313

Open
yurembo opened this issue Dec 28, 2015 · 7 comments
Open

Project Manager for Torque 2D v3.2 #313

yurembo opened this issue Dec 28, 2015 · 7 comments

Comments

@yurembo
Copy link
Contributor

yurembo commented Dec 28, 2015

Hello everybody!
I like Torque 2D and our community!
I developed a simple Progect Manager for Torque 2D v3.2 (manager will work with all versions of the engine).
I hope a manager helps to make a new game faster and it helps to new users of Torque 2D.
Torque 2D becomes simpler for new users.
I developed a Progect Manager using C#.
I uploaded a full source cod and executable files to GitHub: https://github.com/yurembo/ProjectManager
So, you can download, compile and change for your needs.

@greenfire27
Copy link
Contributor

That's neat, Yurembo! Thanks!

@yurembo
Copy link
Contributor Author

yurembo commented Dec 29, 2015

I glad you like it!
Can you include ProgectManager within a Torque 2D repositary like ProjectGenerator within Torque 3D repositary?

@greenfire27
Copy link
Contributor

Maybe, if it becomes popular.

@dottools
Copy link
Contributor

It doesn't belong in the Torque 2D repository since it isn't a build system. Torque 3D's Project Manager is in a separate repository from Torque 3D engine anyway. There's also the problem yours being C# / Windows only while T3D's is done in Qt/C++ allowing it to build and run on Windows, Linux, and Mac OS X.

@yurembo
Copy link
Contributor Author

yurembo commented Dec 30, 2015

As I know: a standard Project Generator which is included in Torque 3D copies levels "Empty" and "Full" from the "Template" folder.
And C# applications may be compiled by Mono framework within widespread operating systems.

@dottools
Copy link
Contributor

To clarify what is and isn't apart of Torque 3D repository:

Project Manager is the one that clones templates and places them into a project specific directory for individual game projects and processes some macros to match the newly cloned templates with the individual game project such as App Name, Project solution name, and so forth. This is the one that is in its own separate repository.

projectGenerator is the precursor to the CMake build generator system of which both generate Makefiles and Visual Studio projects of which then are used to compile Torque 3D engine of a game project that was created using the Project Manager. This is the one that's provided with T3D sources.

They're entirely two different tools.

@yurembo
Copy link
Contributor Author

yurembo commented Dec 30, 2015

Ok, you know I said about Project Manager

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

3 participants