Mirror of Svelto.ECS because we're a fan of it
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sebas77 1a9a2e879e Getting closer to the final design of the EntityStreams 5 years ago
..
Common Getting closer to the final design of the EntityStreams 5 years ago
DataStructures Getting closer to the final design of the EntityStreams 5 years ago
Dispatcher some new experimental features: The new EntitiesStream and Groups searchable by name. Svelto.ECS is now c# 7 only. The awkward QueryEntitiesAndIndex has been replaced by QueryEntity 5 years ago
Extensions/Unity Getting closer to the final design of the EntityStreams 5 years ago
.gitignore working on a better folder structure 6 years ago
CheckEntityUtilities.cs some new experimental features: The new EntitiesStream and Groups searchable by name. Svelto.ECS is now c# 7 only. The awkward QueryEntitiesAndIndex has been replaced by QueryEntity 5 years ago
DBC.cs remove wrong warnings 5 years ago
DynamicEntityDescriptorInfo.cs introduce experimental ECS components and EntityFactoryForUnity 5 years ago
ECSException.cs Better loggin reports 5 years ago
EGID.cs added option to return an exclusivegroup from egid 5 years ago
EGIDMapper.cs some new experimental features: The new EntitiesStream and Groups searchable by name. Svelto.ECS is now c# 7 only. The awkward QueryEntitiesAndIndex has been replaced by QueryEntity 5 years ago
EnginesRoot.DoubleBufferedEntityViews.cs some new experimental features: The new EntitiesStream and Groups searchable by name. Svelto.ECS is now c# 7 only. The awkward QueryEntitiesAndIndex has been replaced by QueryEntity 5 years ago
EnginesRoot.Engines.cs Getting closer to the final design of the EntityStreams 5 years ago
EnginesRoot.Entities.cs Getting closer to the final design of the EntityStreams 5 years ago
EnginesRoot.GenerateEntitiesStream.cs Getting closer to the final design of the EntityStreams 5 years ago
EnginesRoot.GenericEntityFactory.cs Getting closer to the final design of the EntityStreams 5 years ago
EnginesRoot.GenericEntityFunctions.cs Getting closer to the final design of the EntityStreams 5 years ago
EnginesRoot.Submission.cs Getting closer to the final design of the EntityStreams 5 years ago
EntitiesDB.cs Getting closer to the final design of the EntityStreams 5 years ago
EntityBuilder.CheckFields.cs introduce experimental ECS components and EntityFactoryForUnity 5 years ago
EntityBuilder.cs Getting closer to the final design of the EntityStreams 5 years ago
EntityDescriptorInfo.cs Rename DynamicEntityDescriptorInfoRef in something that makes more sense (ExtendibleEntityDescriptor) 5 years ago
EntityFactory.cs Fix DynamicEntityDescriptor based entities, now they can be removed and swapped again 6 years ago
EntityGroupNotFoundException.cs improve logging and debug info 5 years ago
EntityInfoView.cs introduce experimental ECS components and EntityFactoryForUnity 5 years ago
EntityNotFoundException.cs improve logging and debug info 5 years ago
EntityStream.cs Getting closer to the final design of the EntityStreams 5 years ago
EntityStructInitializer.cs introduce experimental ECS components and EntityFactoryForUnity 5 years ago
EntitySubmissionScheduler.cs improve EntitySubmissionScheduler code 6 years ago
EntitySubmitOperation.cs Getting closer to the final design of the EntityStreams 5 years ago
EntityView.cs some new experimental features: The new EntitiesStream and Groups searchable by name. Svelto.ECS is now c# 7 only. The awkward QueryEntitiesAndIndex has been replaced by QueryEntity 5 years ago
EntityViewUtility.cs use the new platform profiler and fix some code that would prevent the correct use of multiple enginesroot 5 years ago
ExclusiveGroup.cs Getting closer to the final design of the EntityStreams 5 years ago
ExecuteOnEntitiesDB.cs some new experimental features: The new EntitiesStream and Groups searchable by name. Svelto.ECS is now c# 7 only. The awkward QueryEntitiesAndIndex has been replaced by QueryEntity 5 years ago
ExtendibleEntityDescriptor.cs Rename DynamicEntityDescriptorInfoRef in something that makes more sense (ExtendibleEntityDescriptor) 5 years ago
GenericEntityDescriptor.cs Improve debug info 5 years ago
IEngine.cs changing the use of the platform profiler, but still not sure about it 5 years ago
IEntitiesDB.cs Getting closer to the final design of the EntityStreams 5 years ago
IEntityBuilder.cs Fix DynamicEntityDescriptor based entities, now they can be removed and swapped again 6 years ago
IEntityDescriptorHolder.cs some new experimental features: The new EntitiesStream and Groups searchable by name. Svelto.ECS is now c# 7 only. The awkward QueryEntitiesAndIndex has been replaced by QueryEntity 5 years ago
IEntityFactory.cs remove wrong warnings 5 years ago
IEntityFunctions.cs Getting closer to the final design of the EntityStreams 5 years ago
IEntityStruct.cs improving class names 6 years ago
IEntityViewStruct.cs some new experimental features: The new EntitiesStream and Groups searchable by name. Svelto.ECS is now c# 7 only. The awkward QueryEntitiesAndIndex has been replaced by QueryEntity 5 years ago
IObsoleteInterfaceDb.cs some new experimental features: The new EntitiesStream and Groups searchable by name. Svelto.ECS is now c# 7 only. The awkward QueryEntitiesAndIndex has been replaced by QueryEntity 5 years ago
IQueryingEntitiesEngine.cs still better names 6 years ago
LICENSE working on a better folder structure 6 years ago
MultiEntitiesEngine.cs remove the obsolete profiler, better to use the unity profiler for ECS 5 years ago
MultiEntityViewsEngine.cs remove the obsolete profiler, better to use the unity profiler for ECS 5 years ago
README.md Merge remote-tracking branch 'remotes/origin/alpha' 6 years ago
Sequencer.cs better debug infos and some minor code improvements 5 years ago
SimpleSubmissionEntityViewScheduler.cs improve EntitySubmissionScheduler code 6 years ago
SingleEntityEngine.cs remove the obsolete profiler, better to use the unity profiler for ECS 5 years ago
SingleEntityViewEngine.cs remove the obsolete profiler, better to use the unity profiler for ECS 5 years ago
StaticEntityDescriptorInfo.cs Rename DynamicEntityDescriptorInfoRef in something that makes more sense (ExtendibleEntityDescriptor) 5 years ago
Svelto.ECS.asmdef remove wrong warnings 5 years ago
Svelto.ECS.csproj remove wrong warnings 5 years ago

README.md

Svelto Entity Component System for Unity

Note: The alpha stage of Svelto 2.0 is almost completed, so if you are here to experiment with it, please use the current alpha branch

Real Entity-Component-System for c# and Unity (it can be adapted for other c# platforms too). Enables to write encapsulated, uncoupled, highly efficient, data oriented, cache friendly, multi-threaded, code without pain.

you can find working examples to learn how to use the framework here:

https://github.com/sebas77/Svelto-ECS-Example (unity)

https://github.com/sebas77/Svelto.ECS.Vanilla.Example (.net core and standard)

I advise to clone the example repositories separately from the framework one, both under the same Unity project Assets folder.

relative article:

http://www.sebaslab.com/svelto-ecs-2-0-almost-production-ready/

http://www.sebaslab.com/ecs-1-0/

If you want to know more about the theory and rationale behind this framework:

http://www.sebaslab.com/ioc-container-for-unity3d-part-1/

http://www.sebaslab.com/ioc-container-for-unity3d-part-2/

http://www.sebaslab.com/the-truth-behind-inversion-of-control-part-i-dependency-injection/

http://www.sebaslab.com/the-truth-behind-inversion-of-control-part-ii-inversion-of-control/

http://www.sebaslab.com/the-truth-behind-inversion-of-control-part-iii-entity-component-systems/

http://www.sebaslab.com/the-truth-behind-inversion-of-control-part-iv-dependency-inversion-principle/

http://www.sebaslab.com/the-truth-behind-inversion-of-control-part-v-drifting-away-from-ioc-containers/

new article on optimizations:

http://www.sebaslab.com/svelto-ecs-svelto-tasks-to-write-data-oriented-cache-friendly-multi-threaded-code-in-unity/

Note: if you ever build something with Svelto.ECS that you can share with the community, please do and let me know. Other coders need more examples.

Copyright (c) Sebastiano Mandalà

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.