aboutsummaryrefslogtreecommitdiffstats
path: root/md_yage_entity_README.html
diff options
context:
space:
mode:
authorTravisBot <>2018-06-02 13:53:58 +0000
committerTravisBot <>2018-06-02 13:53:58 +0000
commita4298b95fa971630ba21926e101a7fa4ee7ddb47 (patch)
treee9459a6bb9c950ec548911ac62e506a516c72a6a /md_yage_entity_README.html
parent9fb4ab106f17290faf65146d4b005885507c1900 (diff)
downloadYAGE-a4298b95fa971630ba21926e101a7fa4ee7ddb47.tar.gz
YAGE-a4298b95fa971630ba21926e101a7fa4ee7ddb47.zip
[Travis] Rebuilding documentation
Diffstat (limited to 'md_yage_entity_README.html')
-rw-r--r--md_yage_entity_README.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/md_yage_entity_README.html b/md_yage_entity_README.html
index 149dd9c4..4706e251 100644
--- a/md_yage_entity_README.html
+++ b/md_yage_entity_README.html
@@ -80,7 +80,9 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<div class="title">Entity Component System (ECS) </div> </div>
</div><!--header-->
<div class="contents">
-<div class="textblock"><h2>Structure</h2>
+<div class="textblock"><p>This ECS is heavily inspired from the [Entityx component system](<b>fix link</b>). It is a much simpler and less efficient implementation, as it does not support dedicated pools for the different components, and only stores them on the heap and are directed to by pointers.</p>
+<p>A future improvement would be to store the components in a contiguous area in memory, so that the iteration through them can be more efficient.</p>
+<h2>Structure</h2>
<h3>Entity</h3>
<p>The <code>EntityManager</code> is the class that manages the entities, by allocating and deleting them as necessary. The <code>Entity</code> itself is just a handle, and does not contain any logic or data. It is just used to refer to the <code>Entity</code> when doing operations on it.</p>
<h3>Components</h3>
@@ -93,7 +95,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
</div></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
-Generated on Sat May 19 2018 14:24:12 by &#160;<a href="http://www.doxygen.org/index.html">
+Generated on Sat Jun 2 2018 13:53:39 by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.6
</small></address>