-
Notifications
You must be signed in to change notification settings - Fork 4
Internal Structure
LuoLei Zhao edited this page May 5, 2017
·
9 revisions
Firefly is a complex program that utilizes multiple engines and programming languages at different levels. It is intended for the general user to only need to directly work with the python files at the highest level.
However, this section of the wiki will go into more details regarding the underlying structure behind firefly.
The following diagram describes the path the data takes from Input to display.
For additional information regarding the structure of the firefly module, refer to the following document: Python Files Internal Structure.
For information regarding the external dependencies of firefly, refer to the following document: External Dependencies