- Installation process
- Download setup.exe from: https://diiagramr.blob.core.windows.net/diiagramrinstall/setup.exe.
- run setup.exe to run click once installer.
- Diiagramr should be installed on your machine!
Diiagramr is an automation type Visual Programming Language (VPL) where wires transmit data changes between nodes. Originally designed for automating real time data processing in a highly configurable way to make experimentation easy, and to provide nodes with rich visual space to interact directly with the user.
- Downloading Libraries
- Run Diiagramr.
- Click on 'Tools > Libraries'.
- Wait for repository to be downloaded.
- Select a library on the left and click install to download and install it.
- Click outside the Library Manager to close it.
- Making Your First Diagram
- Run Diiagramr.
- Click on 'New' to create a new project.
- Right click to see list of libraries.
- Mouse over library title to see nodes in that library.
- Click on node title to add a new instance of that type of node to the diagram.
- Click on the diagram to place the new node under the mouse cursur.
- Click on a terminal to select it (compatible terminals will also highlight).
- Click on a compatible terminal to wire the two terminals together.
To build the project:
- Open Diiagramr.sln with Visual Studio 2017 Community Edition (https://www.visualstudio.com/downloads/).
- Set 'Diiagramr' as the start up project.
- Build or start debugging.
To test the project:
- Open Diiagramr.sln with Visual Studio 2017 Community Edition (https://www.visualstudio.com/downloads/).
- Build 'DiiagramrIntegrationTest' and 'DiiagramrUnitTest'.
- Run all tests with your favorite test runner.
If you would like to contribute to this project, please feel free to reach out to me and ask about any of the technologies used in the project or tell me about your idea.