I was puzzled by how best to archive the application from which I should start working in the near future, and nothing simple comes to mind. Maybe someone else will see what I am missing.
The goal is quite simple - create an application in C # / WinForms so that the user can specify the file to be loaded, then visualize the contents of this file in 3D, allow the user to configure some properties, and then run the simulation.
The hard part is the back-end. I have two files to download.
The first is not specified by the user, but rather leaves the old C ++ application and is an XML format and will be loaded automatically. An XML file describes the structure of the object โ each class, its properties and the corresponding min, max, and default values โโfor these properties, as well as a text field that documents the property. This file is used to configure / define classes / properties. This file continues to change quite regularly, so the goal here is to import these XML definitions so as not to associate this new interface with an older application.
The second file contains an input that is relevant to the user. This file describes which objects will be used, and values โโrelated to a subset of the classes / properties described in the first file.
What is it.
, , . , : -, factory/, "" , XML; "" - Loadable. , , Loadables PropertyGrid .
? ? , ? .