jMonkeyEngine / jMonkeyEngine/jmonkeyengine
Missing features for AnimComposer and Action tween
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 4.3k
- Forks
- 1.2k
- Avg merge
- 4d 7h
- Merged PRs (30d)
- 14
Description
AnimComposer and Action tween can be improved to support these functionalities :
looping (on/off), fastForward(time), getTime(), getRemaining(), cancel(), getPercentRemaining(), ...
As they are available in Lemur AnimationState, TweenAnimation
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading AnimComposer and the linked jme3-core/src/main/java/com/jme3/anim/tween/action/Action.java, then compare their behavior with Lemur's TweenAnimation.java. Determine how looping, time access, fast-forwarding, cancellation, and remaining-percentage reporting should work across these classes; done means the requested functionality is supported consistently.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- game-dev
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100