# johnBuffer/NoCol

Trajectories finder

Repository: https://github.com/johnBuffer/NoCol
Canonical: https://ross.abutalabs.com/products/nocol
Language: C++
License: MIT
License Family: permissive
Last push: 2023-01-19T09:40:08+00:00

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

## Adoption (not part of the score)
Stars 1391, forks 105 (observed 2026-08-28T04:04:35.937686+00:00)

## What it is
NoCol is a C++ 'anti-collision' trajectories finder that simulates moving objects (like balls) finding paths that avoid collisions. It renders an interactive visual simulation with zoom, pan, and playback controls.

## Use cases
- find collision-free trajectories for moving objects
- visualize anti-collision path planning
- explore trajectory optimization demos
- simulate balls avoiding each other
- learn about motion planning algorithms

## When to choose
- you need a visual demo of collision-avoiding trajectory search
- you want a C++ codebase to study motion planning
- you need an interactive sandbox for anti-collision simulations

## When to avoid
- you need production-grade robot path planning
- you require a library API rather than a standalone demo app
- you need multi-agent planning with real-world constraints

## Facets
- artifact type: application
- maturity: maintenance
- function: simulation, graphics, game-engine
- domain: simulation, graphics
- platform: cpp, cross-platform
- tags: trajectory-finding, anti-collision, physics-simulation, visualization, algorithms, desktop

## Member repositories
- johnBuffer/NoCol (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:35.937686+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-30T04:39:36.553259+00:00, confidence not recorded.
  - readme: https://github.com/johnBuffer/NoCol (fetched 2026-08-28T04:04:35.937686+00:00, sha 6822d21c2ee6)
- Data as of 2026-08-30T08:39:29.467469+00:00.
