Quote: "So how far have you got? Do you have something started? What plugins do you intend to use to create this thing?"
I've got a fully working editor for my engine that has been in the works for 3 years. The point of the thread is to start at the beginning, so people can learn how to develop there own editors, simple or advanced. As of plugins, Ian M's as a standard, advanced 2d, imagekit and that's about it. When it comes to GUI I make my own and its an import part. It helps you learn how to work with 2d and deal with performance issue that you will hit.
Quote: "From time to time I'd be willing to help. It would be useful to have a solution for a number of level/game creation issues with DBP.
"
Cheers
Quote: "Are you thinking of starting an SVN server, or somewhere to manage your source code?"
Haven't thought about this yet, but will look into cause I've read about the benefits of SVN server and etc...
EDIT
Quote: "I would have to say that I would advise you to consider it a 3D editor with 2D options. Any 2D operations can just simply swap the Y axis as sprite priorty or something. You just swap the draw operation to shift and tile images/sprites instead of 3D objects when running in 2D mode. That way it would be one editor."
I didn't want to make this to confusing to people that just wanted a simple editor that say only handle 3d or 2d. But I did say about discussing other techniques and or showing examples of other ways of doing things.
Quote: "With collaboration, everyones motivation will differ and conflict. People will want different things out of the tool and will more likely be motivated to add what they want, otherwise you will struggle to find help."
I think you didn't understand exactly what I'm doing. I'm creating an editor as a learners tool for people wanting to create their own. We can discuss ideas or techniques while I'm making it in stages. People who want specific things in this tool can take whatever code that is here and edit it to there on specifications. I'm not asking for people to help me develop it.
Quote: "Warning
You will likely have to show your dedication to the project with proof of progress otherwise the MODs might lock the thread "
This is not a team request. I said at the top that I'll be making it. Like anything on here, people join in to help or discuss what I'm doing and that's all I'm asking. As of progress, I don't see why it applies here because people just post asking a question which is what I did. The progress comes out of the question. I'll be waiting forever over in Game Design Theory plus there's less traffic. Then I'd have to make another thread to do it. Why not just do it all in one?
Though I'm already putting some stuff together to post, talking about the basics of interaction and navigation.