# soulwire/Coffee-Physics

A simple, lightweight physics engine written in CoffeeScript

Repository: https://github.com/soulwire/Coffee-Physics
Canonical: https://ross.abutalabs.com/products/coffee-physics
Language: CoffeeScript
License: MIT
License Family: permissive
Last push: 2016-12-12T17:36:34+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 5301, "days_push": 3551, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1053, forks 83 (observed 2026-08-28T04:03:23.857133+00:00)

## What it is
A simple, lightweight 2D physics engine written in CoffeeScript, featuring Verlet integration, particle behaviors like attraction and collision. It is designed for browser-based creative coding and interactive demos.

## Use cases
- simulate particle physics in the browser
- add simple physics to a canvas animation
- create interactive particle demos with mouse attraction
- learn how a Verlet integration physics engine works
- build lightweight 2D physics effects for web pages

## When to choose
- you need a tiny, easy-to-understand 2D physics engine for browser demos
- you want simple particle behaviors like attraction and collision without heavy dependencies
- you are doing creative coding or teaching physics simulation basics

## When to avoid
- you need a maintained library with active support
- you need rigid body dynamics, joints, or 3D physics
- your project is in modern JavaScript or TypeScript and you cannot use CoffeeScript-era code

## Facets
- artifact type: library
- maturity: abandoned
- function: simulation, graphics, animation
- domain: graphics, web-development
- platform: browser
- tags: physics-engine, coffeescript, verlet-integration, particles, lightweight, game-development, javascript, web

## Member repositories
- soulwire/Coffee-Physics (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:23.857133+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:59:23.876583+00:00, confidence not recorded.
  - readme: https://github.com/soulwire/Coffee-Physics (fetched 2026-08-28T04:03:23.857133+00:00, sha e230ab26b91e)
- Data as of 2026-08-30T08:39:29.467469+00:00.
