#animate.nut module This module allows you to use and create custom animations in the frontend via the AnimationCore and Animation classes.
Check out the sample_animate layout.
#file-format.nut module This module allows you to load files (.txt, .ini and .xml) into something usable in squirrel.
Check out the sample_file_format layout.
#file-layout.nut module This module provides a base class to create layouts from .xml, .ini and .txt files. It not only allows you to create AttractMode layouts in .xml, but also can convert layouts from other frontends to an AttractMode layout.
Check out the sample_file_layout layout.