Giter Site home page Giter Site logo

moto2002 / uspringbone Goto Github PK

View Code? Open in Web Editor NEW

This project forked from esprogram/uspringbone

0.0 1.0 0.0 137.24 MB

High performance SpringBone using ECS and JobSystem in Unity.

License: BSD 3-Clause "New" or "Revised" License

ShaderLab 36.17% C# 46.73% JavaScript 10.27% Mask 4.74% GLSL 0.92% HTML 1.17%

uspringbone's Introduction

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

uspringbone's People

Contributors

esprogram avatar shigehiro-don avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.