Jump to content
  • entries
    948
  • comments
    5,905
  • views
    945,324

Project Manager


The Project Manager lets you manage multiple Leadwerks projects. A project includes assets, scripts, code, code projects for Visual Studio, Xcode, and Eclipse, along with your game's executable. The Project Manager lets you view and switch between your different projects.

blogentry-1-0-29674700-1330978679_thumb.jpg

 

Projects can be exported into a .zip file for easy sharing and archiving. You can even have Leadwerks3D scan all source code files and only include the asset files that your game actually uses. (I'm still adding the password field to encrypt them):

blogentry-1-0-38470100-1330978683_thumb.jpg

 

You can import projects back from a .zip file:

blogentry-1-0-58671100-1330978673_thumb.jpg

 

And of course you can create new projects, for any supported language, with multiple platforms supported by each:

blogentry-1-0-74075600-1330978689_thumb.jpg

 

Here's my list of things I have either recently gotten done, or postponed for some reason:

X -Window order(?)

X -Convex cast app (postponed)

X -Script execution

X -Script SaveAs, SaveAll, New, Open, etc.

X -Directional light destructor bug

X -Occlusion query / octreenode bug

X -Delete thumbnails when folder deleted, if in deleted folder

X -Send files/folders to recycle bin instead of deleting

X -Project import from zip passwords

X -Project switching

X -CRC32 zip password checks

X -Improve project import events and process

 

And still to go:

-Add password export zip field

-Animation

-CSG Editing

  • Upvote 1

14 Comments


Recommended Comments

Rick

Posted

Is there going to be a link somehow from Visual Studio (or other IDE/Compiler) to the project type we make? You aren't writting your own IDE for C++ are you?

Josh

Posted

When a new Leadwerks3D project is created, Leadwerks3D copies a Visual Studio project from a template, into a "Windows" subfolder in your project folder. It does the same for Xcode and Eclipse. All three IDE projects are set up to use the same C++ or C# source code.

 

If you double-click the project name in the list, the project folder is opened in Windows Explorer (or Mac Finder) and you can open the Visual Studio project from there.

Roland

Posted

... copies a Visual Studio project from a template, into a "Windows" subfolder in your project folder....

Just a reminder. You must generate unique project GUID's in the project file.

Road Kill Kenny

Posted

This is looking very useful. I am an Engineering Project Manager irl and I can see this being very good way to handle information and projects.

 

Thumbs up

Canardia

Posted

7-zip would be much nicer to have, it's free and comes with full source code. I bet nobody has a legal license to use WinZIP or WinRAR.

Josh

Posted

We use .zip format. :|

xtreampb

Posted

7-zip would be much nicer to have, it's free and comes with full source code. I bet nobody has a legal license to use WinZIP or WinRAR.

 

I don't think mac supports 7zip

Josh

Posted

Why not CodeBlocks when it was the second place IDE in a recent poll.http://www.leadwerks...oll-about-ides/

We can support Visual Studio and not CodeBlocks. We can't support CodeBlocks and not Visual Studio. People are already asking for VS2008, 2010, 2012, 32 and 64-bit builds. With debug and release, that equals 16 different builds, just for Windows. ohmy.png

Clackdor

Posted

Do you still mean VS2008 whenever you say "Visual Studio"?

Josh

Posted

VS2008 is the top priority since it runs on Windows XP with no extra downloads needed, and XP may account for as much as 40% of the market, depending on who's numbers you look at. VS2012 would be the next choice probably, depending on how many resources I have to devote to it.

Roland

Posted

No VS2010! ... how strange.. :( .. Well VS2008 files will probably convert to VS2010 without problems ( I hope )

knocks

Posted

Not supporting vs2010 would be just silly.

paramecij

Posted

silly is the amount of time vs2010 takes to start up on my machine.. vs2008 takes 2sec

  • Upvote 1
Guest
Add a comment...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...