|
@@ -24,9 +24,16 @@ conan install . --output-folder=cmake-build-release --build=missing -s build_typ
|
|
|
|
|
|
|
|
In Process: It contains the following modules:
|
|
In Process: It contains the following modules:
|
|
|
|
|
|
|
|
-| Name | Description |
|
|
|
|
|
-|-----------------------|----------------------------------------------------------------------------------------------------------|
|
|
|
|
|
-| ls-atlantis-input | This module provides all functionalities for input devices. |
|
|
|
|
|
-| ls-atlantis-logic | This module provides functionalities like engine setup, game loop logic and engine run time information. |
|
|
|
|
|
-| ls-atlantis-rendering | This module provides all rendering functionalities. |
|
|
|
|
|
|
|
+| Name | Description |
|
|
|
|
|
+|-----------------------|---------------------------------------------------------------------------------------------------------------------------------------------|
|
|
|
|
|
+| ls-atlantis-core | This module provides functionalities like engine setup, game loop logic and engine run time information. |
|
|
|
|
|
+| ls-atlantis-interface | This module provides all interfaces all other engine modules can implement. This would avoid circular dependencies through out the project. |
|
|
|
|
|
|
|
|
|
|
+## Dependencies
|
|
|
|
|
+
|
|
|
|
|
+The following table illustrates a list of required dependencies
|
|
|
|
|
+
|
|
|
|
|
+| Name | Version | Explanation |
|
|
|
|
|
+|-------|---------|------------------------------------------------------------|
|
|
|
|
|
+| gtest | 1.17.0 | The Google Test framework for unit- and integration tests. |
|
|
|
|
|
+| sdl | 3.4.8 | The Window API library SDL3. |
|