.. vim: set expandtab shiftwidth=4 softtabstop=4: .. === UCSF ChimeraX Copyright === Copyright 2016 Regents of the University of California. All rights reserved. This software provided pursuant to a license agreement containing restrictions on its disclosure, duplication and use. For details see: http://www.rbvi.ucsf.edu/chimerax/docs/licensing.html This notice must be embedded in or attached to all copies, including partial copies, of the software or any revisions or derivations thereof. === UCSF ChimeraX Copyright === User Interface ============== The user interface provides abstractions for the command line, GUI, and graphics. 1. A common way to parse commands 2. GUI abstraction (QML/Qt/HTML5/jQuery). 3. Graphics abstraction (WebGL/OpenGL/SVG). Modules ------- .. toctree:: :maxdepth: 1 modules/core/commands/commands.rst modules/ui/gui.rst modules/core/settings.rst