소스 검색

Update README.md

pull/107/head
Sebastiano Mandalà GitHub 1 년 전
부모
커밋
0baca7ec33
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      README.md

+ 2
- 2
README.md 파일 보기

@@ -77,9 +77,9 @@ Svelto.ECS wasn't born just from the needs of a large team, but also as a result


## Why using Svelto.ECS with Unity?
Svelto.ECS doens't use a traditional archetype model like DOTS ECS does. The novel hybrid approach based on groups instead than archetypes has been designed to allow the user to take the right decision when it comes to state managements. Svelto.ECS doesn't allow archetypes to change dynamically, the user cannot add or remove components after the entitiy is created. Handling entities states with components can quickly lead to very intensive structural changes operations, so groups have been introduced to avoid the wild explosion of states permutations and let the user see more explicitly the cost of the their decisions.
Svelto.ECS doens't use a traditional archetype model like DOTS ECS does. The novel hybrid approach based on groups instead than archetypes has been designed to allow the user to take the right decision when it comes to states management. Svelto.ECS doesn't allow archetypes to change dynamically, the user cannot add or remove components after the entity is created. Handling entities states with components can quickly lead to very intensive structural changes operations, so groups have been introduced to avoid the wild explosion of states permutations and let the user see explicitly the cost of their decisions.

Filters have been added to make the states handling even more flexibile, avoiding incurring in heave structural changes that can happen with Svelto.ECS too. DOTS engineers realised this too and for this reason they have introduced the new *Enableable components* which are still less flexible than the Svelto.ECS filters.
Filters have been added to make the states handling even more flexibile, avoiding incurring in structural changes that can happen with Svelto.ECS too. Even DOTS engineers realised this and consequentially introduced the new *Enableable components* which are still less flexible than the Svelto.ECS filters.

Thanks to the explicit use of Groups and Filters, the Svelto user is able to find the right trade off to handle entities states.



불러오는 중...
취소
저장