From 4e861a0573e08b6304eaebe0ae4e41be541e0e1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radek=20O=C5=A1lej=C5=A1ek?= <oslejsek@fi.muni.cz> Date: Wed, 29 May 2019 08:08:30 +0200 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 84f2cc5c..a456f6ce 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,10 @@ Software for processing and analysis of human faces. Re-implementation of [FIDEN This project is being developed at Masaryk University, Brno as collaborative project between Human Computer Interaction Laboratory at Faculty of Informatics and Department of Anthropology at Faculty of Science. +## Structure (modules): + +* **application:** From [NetBeans tutorial](https://platform.netbeans.org/tutorials/71/nbm-maven-quickstart.html): Enumerates included modules; permits interactive runs; produces various kinds of packaging, such as ZIP by default, but optionally JNLP, NBMs, and in the future perhaps OSGi; holds functional tests. Each module project specifies its own compile dependencies, while the appplication project's dependencies are anything additional that should be present at runtime. For example, that includes, by default, the whole platform cluster, that is, the set of modules constituting the "platform" cluster. The appplication project could include other clusters, or subsets of clusters, or whatever plugins you want included in your app which are not used as compilation dependencies. At a minimum, core.startup and its transitive dependencies are included. +* **branding:** From [NetBeans tutorial](https://platform.netbeans.org/tutorials/71/nbm-maven-quickstart.html): This module project contains the global resources used for branding the application, such as the splash screen. +* **MeshModel:** The core model for triangle meshes. + + -- GitLab