Technical article -> https://www.codeproject.com/Articles/1239656/VisualSR
- .NET Framework 4.5
- rscript has to be reachable from the command-line : https://www.r-project.org/
Each project in this repo (VisualSR, Nodes and demo) can be built using one of these two different approaches.
- Automatically : Using an IDE, such as Visual Studio or SharpDevelop.
- Semi-manually : You can use MSBuild
MSBuild.exe VisualSR\VisualSR.sln MSBuild.exe Nodes\Nodes.sln MSBuild.exe demo\demo.sln
This repo contains 3 different projects. Each one of them contains a .csproj file that can load the whole project.
- VisualSR : This is the core of the project. It contains all the tools, custom controls and utilities. A class library (.dll) will be generated once the project is built.
- Nodes : This is a project within which I have created many samples of how to create custom nodes. A class library (.dll) will be generated once the project is built.
- DEMO : This GUI will provide the user with a UX which can help demonstrate the capabilities of this project.
The project is far from being perfect. Please do not hesitate to open issues, debug the code if needed or make pull requests!