JadeMatrix / jadebase

Cross-platform framework for professional software applications
Other
0 stars 0 forks source link

Animation/constraints fusion system #6

Open JadeMatrix opened 8 years ago

JadeMatrix commented 8 years ago

jadebase Dynamics subsystem that combines animation & constraints into one system. The idea is that animation is a time-based constraint, and constraints are physically-constrained animations.

This project will involve heavy value caching & memory locality, otherwise it's doomed to poor performance.

This system would initially be used for GUI layout & animation, but would be available in application code for whatever uses jadebase applications have.

JadeMatrix commented 8 years ago

Currently WIP on branch… sigh