One of the new features from The C&C Remastered Collection is an official map editor, which is being used by many fans to create hordes of maps, as you can see here. However, while do appreciate the effort on building a public map editor that allows you to build campaigns, among other things. This map editor from EA has its limits... and its source code is not opened, unlike the DLLs.
So, there is a fan who decided to work on its own map editor, making good use of the DLL content, which simplifies the act of coding the procedures of loading and saving maps, rendering maps, and much more. The result is ImGui, a work-in-progress map editor that you can see in the video below:
And, for those wondering, this map editor is open source and you can check its source code at its GitHub repository.
So, there is a fan who decided to work on its own map editor, making good use of the DLL content, which simplifies the act of coding the procedures of loading and saving maps, rendering maps, and much more. The result is ImGui, a work-in-progress map editor that you can see in the video below:
And, for those wondering, this map editor is open source and you can check its source code at its GitHub repository.