diff options
author | Max-001 <80035972+Max-001@users.noreply.github.com> | 2024-09-20 15:22:50 +0200 |
---|---|---|
committer | Max-001 <80035972+Max-001@users.noreply.github.com> | 2024-09-20 15:22:50 +0200 |
commit | af0fa4a2ffce5f6a000c376cdadaec935dfc2fc4 (patch) | |
tree | 40db2053f6f4f28fe33a2fc133ada3c958e6400b /sources.bib | |
parent | 110ffb785a8eaf54106b92f49f008f0003193a2b (diff) |
Added sources
Diffstat (limited to 'sources.bib')
-rw-r--r-- | sources.bib | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sources.bib b/sources.bib index e025492..f48e8c3 100644 --- a/sources.bib +++ b/sources.bib @@ -128,3 +128,20 @@ url = {https://i.imgur.com/VMQFIjW.png}, date = {2024} } + +@manual{man:ECSExplanation, + title = {The Entity Component System C++ Game Design Pattern - Part 1}, + author = {GameDev.net}, + organization = {GameDev.net}, + url = {https://www.gamedev.net/tutorials/programming/general-and-gameplay-programming/the-entity-component-system-c-game-design-pattern-part-1-r4803/}, + date = {2024} +} + +@manual{man:ECSComponentManager, + title = {ECS Core API}, + author = {Unity Technologies}, + organization = {Unity}, + url = {https://docs.unity3d.com/Packages/com.unity.entities@0.1/manual/ecs_core.html}, + date = {2024} +} + |