Simple Doom Editor

From DoomWiki.org

Simple Doom Editor is a resource and level editor. It was started by GhostlyDeath on January, 28, 2008 but on Saturday, October 11, 2008 it was handed over to Blzut3.

History[edit]

Win32[edit]

In 2006 (January to June), this version was named GhostlyDeath's Doom Editor and was programmed using Win32, it was a concept that would be the base of every edition. It utilized MDI forms which no editor at that time has used.

.NET[edit]

Another version in 2006 (from July to October), Simple Doom Editor was named .NET Doom Editor however it obtained its current name since .NET is a trademark owned by Microsoft. This version of Simple Doom Editor was writen in C++/.NET and is currently under a proprietary license which makes its source code unavailable. This version of Simple Doom Editor did not do much, only opening and saving of WAD files.

wxWidgets (Closed)[edit]

In 2007 (from March through October), wxWidgets was used as the library which Simple Doom Editor utilized. This version of Simple Doom Editor did not do much, only opening and saving of WAD files.

wxWidgets (GPL)[edit]

Open source Simple Doom Editor was started in January, 2008 and utilized the wxWidgets tool-kit. It was mostly a proof of concept version which showed the possibilities of the editor, it could open and edit multiple WADs at once and also allowed multiple lumps to be edited as well. It was very limited and only could modify palettes, however it was also buggy due to wxWidget problems. In the Windows version, you can crash the program by closing all editor windows then clicking on the workspace (gray area).

"Wheel"[edit]

After struggling with wxWidgets, GhostlyDeath decided to do a complete rewrite from scratch. She started writing a Took-Kit for Simple Doom Editor. It supported both GTK and Win32 platforms and aimed at replacing wxWidgets for the project. That attempt has failed and is no longer supported. This version of Simple Doom Editor was not able to do anything related to editing.

"Before Blzut"[edit]

After attempting to rewrite a wxWidgets clone from the ground up, GhostlyDeath gave up and decided to write hybrid code; there would be common code that every version used, with individualized code for each toolkit. However, unlike previous versions the latest code follows this principle. This version of Simple Doom Editor was not able to do anything related to editing.

See also[edit]

External links[edit]