URCaps SDK
The URCaps SDK is the core tool for you to develop a URCap plugin for the graphical programming interface PolyScope.
Login is required to access the files
In order to download the file(s) you’ll need to login in or create an account
Create accountCommands to check the integrity of files:
Linux: sha256sum <file>
Windows: certutil -hashfile <file> SHA256
Compare the value of the command output with the contents of the .sha256. The values must be identical if integrity is deemed intact.
The URCaps SDK is the core tool for you to develop a URCap plugin for the graphical programming interface PolyScope.
The SDK contains the URCaps Tutorial and other documentation articles.
The core API classes are also contained in the SDK, and requires Maven 3 to be installed to your local repository.
In this way, you can start developing URCaps in your favorite Java IDE and environment.