Skip to content

My own implementation of ecs framework. Created to better understand ecs pattern and see what its take to create ecs.

License

Notifications You must be signed in to change notification settings

KamilVDono/com.kvd.ecs

Repository files navigation

Description

Naive, but still powerful and fast implementation of ECS (Entity-Components-Systems) which is intended to be used with Unity. For now it's DO NOT use Unity's DOTS, but maybe in future it would be possible.

Whole workflow will be clarified, refined and simplified over time by usage and experience.

As it's intended to be used with Unity, it depends on Unity features.

By simple benchmarks, it's faster than LeoEcsLite. The same time LeoEcsLite provides other feature set. And further benchmarking should be done.

About

My own implementation of ecs framework. Created to better understand ecs pattern and see what its take to create ecs.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages