Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(#108) Added general/sprite animation engine #207

Merged
merged 2 commits into from
May 9, 2022

Conversation

lucasstarsz
Copy link
Member

General Animation Engine, Sprite Animation Engine

Resolves #108.

New Additions

  • General animation engine framework added by default to the main engine
  • Revamped Sprite2D, with the following:
    • multiple animation sequences
    • configurable switching between animations
    • better control over animation styles
    • animation pausing
    • delta time-based frame stepping
    • simple hot-reloading via image resource manager

Breaking Changes:

  • Sprite2D has been completely revamped with the creation of the sprite animation engine.
  • AnimationStyle has been moved to tech.fastj.animation.AnimationStyle

New Additions:
- General animation engine framework added by default to the main engine
- Revamped `Sprite2D`, with the following:
    - multiple animation sequences
    - configurable switching between animations
    - better control over animation styles
    - animation pausing
    - delta time-based frame stepping
    - simple hot-reloading via image resource manager

Breaking Changes:
- `Sprite2D` has been completely revamped with the creation of the sprite animation engine.
- `AnimationStyle` has been moved to `tech.fastj.animation.AnimationStyle`
@sonarcloud
Copy link

sonarcloud bot commented May 9, 2022

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

7.3% 7.3% Coverage
0.0% 0.0% Duplication

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature Request]: Images, Sprites, and Animation
1 participant