3progress.tex 1.2 KB

1234567891011121314
  1. The following features are either planned (\planned), under construction (\progress) or done (\done):
  2. \begin{itemize}
  3. \item[\done] Reading from an input file as described in section~\ref{sec:inputFileFormat}.
  4. \item[\done] Drawing a graph with specified node sizes and positions.
  5. \item[\progress] Running the node placement algorithm by Brandes and Köpf~\cite{brandes_fast_2001}.
  6. \item[\done] Illustrating the progress while the algorithm is running.
  7. \item[\done] Running the algorithm step by step manually (by pushing a button labeled \enquote{Step}).
  8. \item[\progress] Running the algorithm step by step with configurable delay.
  9. \item[\planned] Using debugger-like commands such as \enquote{step into}, \enquote{step over}, \enquote{step out}.
  10. \item[\done] Working with hierarchical graphs.
  11. \item[\done] Scaling the display with the (adjustable) window size.
  12. \item[\planned] Creating ElkNode~\cite{noauthor_elk:_2018} objects from LayeredNode (\ref{sec:internalGraphRepresentation}) objects
  13. \item[\planned] Creating LayeredNode (\ref{sec:internalGraphRepresentation}) objects from ElkNode~\cite{noauthor_elk:_2018} objects (low priority)
  14. \end{itemize}