========== Foundation ========== If the Code Craftsmen have produced anything useful, we realize that this is only possible because we are `standing on the shoulders of giants`_. Software is not created in a vacuum: each piece is built on the code and ideas that have come before it. The following external software projects serve as a foundation for our `code crafting tools `. Although this list is by no means exhaustive, it serves as an overview of the software dependencies and provides links to relevant local and upstream documentation. Documentation Generation Tools ============================== .. _sphinx: `Sphinx ` Documentation generation tool originally created for the generating the `Python ` language documentation .. _doxygen: `Doxygen `_ Documentation generation tool for extracting API documentation from C++ source files Build Tools =========== .. _make: `GNU Make `_ The granddaddy of all build tools Python Packages =============== .. _lark: `Lark ` A parsing toolkit for `Python ` C++ Utility Libraries ===================== .. _eigen: `Eigen `_ Open-source C++ matrix library .. _libavoid: `libavoid ` Cross-platform C++ library providing fast, object-avoiding orthogonal and polyline connector routing for use in interactive diagram editors .. _qt: `Qt ` Cross-platform C++ library for constructing graphical user interfaces .. _tclap: `TCLAP `_ Templatized C++ command-line parsing library Python Development Tools ======================== .. _pip: `pip `_ The package installer for `Python ` .. _virtualenv: `virtualenv `_ Tool for creating isolated `Python ` environments .. _virtualenvwrapper: `virtualenvwrapper ` Set of extensions to the `virtualenv ` tool that includes wrappers for creating and deleting `Python ` virtual environments Compilers and Interpreters ========================== .. _python: `Python 3 ` A popular, productive, high-level language .. _gcc: `GCC `_ The GNU Compiler Collection Operating Systems ================= .. _linux: `Linux `_ A free and open-source operating system kernel .. _gnu: `GNU `_ A Unix-like operating system that is free software .. _ubuntu: `Ubuntu ` An open-source operating system distribution built on `Linux ` and `GNU ` software .. _xenomai: `Xenomai ` Free software project focused on building a real-time framework for the :ref:`Linux ` platform .. _rtems: `RTEMS ` Embedded, open-source, real-time operating system .. _config-preempt-rt: `CONFIG_PREEMPT_RT `_ `Linux ` patch set for improved real-time performance .. _posix: `POSIX `_ Portable operating system standard, based on Unix Source Code Management ====================== .. _git: `Git ` A free and open source distributed version control system Web Services ============ .. _pypi: `Python Package Index (PyPI) `_ A repository of software for the Python programming language .. _github: `GitHub `_ A popular website for hosting open-source code repositories .. _read-the-docs: `Read the Docs `_ A popular website for hosting open-source software documentation .. _standing on the shoulders of giants: https://en.wikipedia.org/wiki/Standing_on_the_shoulders_of_giants .. _doxygen-docs: https://www.doxygen.org .. _make-docs: https://www.gnu.org/software/make/manual/html_node/index.html .. _eigen-site: http://eigen.tuxfamily.org .. _tclap-site: http://tclap.sourceforge.net .. _pip-site: https://pip.pypa.io .. _virtualenv-site: https://pypi.org/project/virtualenv .. _gcc-site: https://gcc.gnu.org .. _linux-site: https://www.kernel.org .. _gnu-site: https://www.gnu.org .. _config-preempt-rt-site: https://rt.wiki.kernel.org .. _posix-docs: https://en.wikipedia.org/wiki/POSIX .. _pypi-site: https://pypi.org .. _github-site: https://github.com .. _read-the-docs-site: https://readthedocs.org