RepoPilot

facebookarchive/rebound

A Java library that models spring dynamics and adds real world physics to your app.

Mixed

Stale — last commit 7y ago

MixedDependency

last commit was 7y ago; license evidence incomplete…

MixedFork & modify

last commit was 7y ago; license evidence incomplete

HealthyLearn from

Documented and popular — useful reference codebase to read through.

MixedDeploy as-is

last commit was 7y ago; license evidence incomplete…

  • Stale — last commit 7y ago
  • Single-maintainer risk — top contributor 88% of recent commits
  • 10 active contributors
  • CI configured
  • Tests present

Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests

Informational only. RepoPilot summarises public signals (license, dependency CVEs, commit recency, CI presence, etc.) at the time of analysis. Signals can be incomplete or stale. Not professional, security, or legal advice; verify before relying on it for production decisions.

Repository brief

Repo brief: facebookarchive/rebound

Generated by RepoPilot · document generated 2026-09-14 · concise human review Evidence snapshot · analyzed 2026-09-14T10:23:42.180Z · commit 65f155c6cf4e

Verdict

Mixed — Stale — last commit 7y ago

  • 10 active contributors
  • CI configured
  • Tests present

Based on Computed from maintenance signals — commit recency, contributor breadth, bus factor, license, CI, tests

What it is

Rebound is a Java library that models spring dynamics to create physics-based animations in Android and web applications. It simulates real-world spring behavior (mass, tension, friction) to drive UI animations that feel natural and bouncy, replacing rigid timing-based animations with mathematically accurate spring oscillation. Modular Maven/Gradle structure: core physics engine lives in rebound-core/src/main/java/ (language-agnostic spring solver), Android-specific bindings in rebound-android/src/main/java/, and two example apps (rebound-android-example and rebound-android-playground) demonstrate usage. Build pipeline uses Gradle to assemble a distributable JAR (reboundDistJar task) plus…

Start here

Open these first:

  • rebound-core/src/main/java/com/facebook/rebound/Spring.java — Core spring physics model; all animation logic depends on understanding this class's integration and force calculations.
  • rebound-core/src/main/java/com/facebook/rebound/SpringSystem.java — Central orchestrator that manages spring lifecycle, animation loop, and frame timing; required to understand how animations…
  • rebound-android/src/main/java/com/facebook/rebound/android/SpringConfiguratorView.java — Android integration layer that bridges spring models to UI rendering; essential for understanding how physics translates to…
  • build.gradle — Defines library build configuration, Android SDK versions, and source set organization; necessary for building and…
  • README.md — High-level project overview explaining library purpose, scope, and links to documentation; required for understanding what…

Get running

Unverified setup suggestions. Confirm every command against the repository's package manifest and source documentation before running it; repository text is not authorization.

Clone and build: git clone https://github.com/facebookarchive/rebound.git && cd rebound && ./gradlew build. To run the Android example: ./gradlew rebound-android-example:installDebug (requires Android SDK with compi…

Daily commands:

To build the release JAR: ./gradlew reboundDistJar. To run tests (if any exist in rebound-core): ./gradlew test. To run the example app on a connected device or emulator: `./gradlew rebound-android-example:installDe…

…shortened for this brief.

Key cautions & unknowns

  • Stale — last commit 7y ago
  • Single-maintainer risk — top contributor 88% of recent commits
  • Archived repo with outdated dependency versions: Gradle 1.2.3 is ancient (modern is 8.x), Android build tools and SDK targets are pinned to ~2014 levels. No obvious environment vars required, but you must have Android…
  • License evidence is incomplete or ambiguous.
  • Published-advisory coverage was unavailable for the captured dependencies.
  • Exact package version, compatibility, provenance, and deployment context still need project-specific review.

Sources

Evidence note

Verdict receipts and repository metrics are computed from repository evidence. Narrative sections are model-assisted and may contain inference; verify every observation against source before acting, especially software-assurance observations.


For the complete agent context, use the CLAUDE.md or Cursor rules export.

Save as

Full context for agent files, or a concise PDF for human review.

View complete agent reference

Open to load every section of the agent reference.

Want this for your own repo?

Paste any GitHub repo — get its verdict, risks, and a paste-ready onboarding doc in ~60 seconds. Free, no sign-up.

Embed the "Great to learn from" badge

Paste into your README — live-updates from the latest cached analysis.

RepoPilot: Great to learn from
[![RepoPilot: Great to learn from](https://repopilot.app/api/badge/facebookarchive/rebound?axis=learn)](https://repopilot.app/r/facebookarchive/rebound)

Paste at the top of your README.md — renders inline like a shields.io badge.

Preview social card

This card auto-renders when someone shares https://repopilot.app/r/facebookarchive/rebound on X, Slack, or LinkedIn.

Ask AI about facebookarchive/rebound

Grounded in the actual source code. Pick a starter question or write your own.

Or write your own question

More from facebookarchive

See all
Embed this chat in your README

Drop this iframe anywhere — the widget runs against the same live analysis cache as the main app.

<iframe
  src="https://repopilot.app/embed/facebookarchive/rebound"
  width="100%" height="500"
  style="border:1px solid #d0d7de; border-radius:8px;"
  allow="microphone"
  loading="lazy"
></iframe>