This document discusses options for creating graphical views for Xtext models. It recommends using unidirectional mapping from models to diagrams to keep views read-only and simple. Graphviz is recommended for its simplicity and powerful layout algorithms. Zest provides views based on GEF with additional configuration options. Building custom GEF views allows maximum freedom but has rendering limitations. JavaFX overcomes GEF limitations and has an intuitive API. The conclusion recommends focusing on usability, using graphical views to avoid editor issues, and leveraging modern frameworks with custom behavior.