3progress.tex 956 B

123456789101112
  1. The following features are either \planned{planned}, \inprogress{under construction} or \done{done}:
  2. \begin{itemize}
  3. \item \done{Reading from an input file as described in section~\ref{sec:inputFileFormat}.}
  4. \item \inprogress{Drawing a graph with specified node sizes and positions.}
  5. \item \inprogress{Running the BK node placement~\cite{brandes_fast_2001} algorithm.}
  6. \item \done{Illustrating the progress of the BK node placement algorithm~\cite{brandes_fast_2001} while it is running.}
  7. \item \inprogress{Running the algorithm step by step manually (by pushing a button labeled \enquote{Step}).}
  8. \item \inprogress{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. \end{itemize}