-
-
Notifications
You must be signed in to change notification settings - Fork 79
Open
Description
Right now, there are two main JSON-RPC calls:
- openFile(filename)
- loadFile(data)
There's a definite need for other JSON-RPC calls to help with automation / scripting:
- saveFile(format) => bytestream or string
- saveFile(format, filename) => force a save
- renderImage(filename) => render current frame buffer
- renderAnimation(options) => step through coordinates to render the whole reaction / trajectory, etc.
I can imagine requesting particular rendering options would be useful
Some level of security analysis is needed (e.g., to make sure malformed request don't crash Avogadro, and to ensure RPC can be turned off as a preference even if compiled in).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
To do