Version 1 (modified by 10 years ago) ( diff ) | ,
---|
Notifications Architecture Proposal
Overview
In broad strokes, the notification system from C++ to Python will be similar to what exists in Chimera 1. There will be two main systems of notifications, one for communicating whether the graphics need updating, and one for communicating data changes to interested code. Neither is synchronous; the Python layer is in charge of when the notifications are acted on.
Graphics Updates
Note:
See TracWiki
for help on using the wiki.