Skip to content

High performance SpringBone using ECS and JobSystem in Unity.

License

Notifications You must be signed in to change notification settings

moto2002/uSpringBone

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uSpringBone

GitHub license release PRs Welcome

GitHub issues GitHub forks GitHub stars Twitter

Overview

It is a SpringBone which performed speed up using ECS + JobSystem.

You can suppress the load of MainThread and let the calculation process be executed by WorkerThread.

Since have only implemented basic functions yet, plan to implement various additional implementations in the future.

How to use

Please see the sample scenes included in the project for specific usage.

The basic usage is as follows.

  • Attach the SpringBone component to the object.
  • Attach a SpringBoneChain to an object that will be the parent of all Attached SpringBones.
  • Attach SpringBoneCollider to arbitrary object as necessary and register it in SpringBoneChain.

About the performance

uSpringBone implements such that complex rotation calculation is separated from MainThread and WorkerThread is used efficiently.

Even if multiple models that require a lot of calculation are arranged, the load on MainThread is minimized.

Future renovation

  • Addition of smooth rotation function
  • Addition of rotation area restriction function
  • Additional shape of Collision
  • Implementation of EditorWindow to make setup easy

Licence

About

High performance SpringBone using ECS and JobSystem in Unity.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 46.7%
  • ShaderLab 36.2%
  • JavaScript 10.3%
  • Mask 4.7%
  • HTML 1.2%
  • GLSL 0.9%