Last modified 7 years ago Last modified on 2017-10-04 12:48:12

Pages linking to DevelopmentProcess:
WikiStart

Development Process

Though "a picture paints a thousand words," There's no substitute for a written document. They do take a long time to produce.
Here's a process diagram ( bubbles are processes, documents in and out ) of how the development process goes when working in VDx and TDx.



If we start at the "Designs" documents, we see that those are fed into the VisualBRON editing process. That's the designer, dragging and dropping boxes, having fun and playing around.

Next the Visual Dxiner process can save or retrieve those designs in "*.vbr" format.

If commanded, Visual DXiner will write those designs out as "BRON" pseudo code ( ending in .def ), however it is possible (if you have the generators) to generate that directly in ".C" and ".H" files.

Finally the pseudo code files are interpreted by the "Textual DXiner" and along with it's generator files and design libraries, will produce ... "C" and "H" code files.

Attachments