swordedit Preview
I'm trying to make swordedit more like sapien than sparkedit. Right now I've limited the features that I'm working on to only the ones present in Sparkedit to make things simpler.
However, once the core functionality is complete in swordedit, I'm going to be adding quite a few new and nifty features. I can hint at a few of the features I have planned, including in-game like rendering, scripting, and spawn creation.
I've already created a scenario rebuilding algorithm, something that finds every reflexive that is in use in the scenario and then creates an entirely new scenario tag based on pre-loaded information as well as user created information.
I mean, as it is right now, its possible to build entire new scenario tags with my program. I've got to clean up the code a bit, but it works perfectly.
However, once the core functionality is complete in swordedit, I'm going to be adding quite a few new and nifty features. I can hint at a few of the features I have planned, including in-game like rendering, scripting, and spawn creation.
I've already created a scenario rebuilding algorithm, something that finds every reflexive that is in use in the scenario and then creates an entirely new scenario tag based on pre-loaded information as well as user created information.
I mean, as it is right now, its possible to build entire new scenario tags with my program. I've got to clean up the code a bit, but it works perfectly.
Its not that hard. Only a few things, like a mutable array class, a dictionary, and strings, are directly tied to the cocoa library. Its probably possible to port the entire thing to straight C++ within about two weeks of light work. All of the concepts would remain the same, only class structure would have to change.bcnipod wrote:It is coded in Objective-C, Objective-C++ and C++? I believe so unless windows has suddenly become able to run Objective C I would think that would be a lot of work.Philly wrote:Any chance of converting to PC?
(I never thought I'd say that)
I am going to be making swordedit open source once I've gotten a decent amount of features working and after the rendering / object manipulation code has been cleaned up.
EDIT: Oh, yeah, I also forgot to say that its going to have internalized bitmaps support.