ORI-C
Living systems · full demo

The site breathes.

This page demonstrates the 6 modules of the ORI-C living system. The background pulses, the navigation is an organism, the sections breathe as you scroll, the transitions dissolve and recompose, the particles O·R·I convergent vers Cap.

Scroll slowly. Watch how the rhythm adapts to your presence.

The 6 modules

Architecture of the digital living system

A · Breathing background

living-background.js?v=20260714-articles-1

Organic particles, neural connections, sinusoidal breathing of about 4 s. Reacts to scroll and mouse. You can see it behind this text.

B · Micro-organism

Animated SVG logo

Three rings O, R, I pulse at different rhythms. The heart C lights up when links are hovered. Look at the top left.

C · Transitions

Organic dissolution

Click an internal link: the content dissolves into particles and then recomposes on the next page. 300 ms of morphing.

D · Membranes

Sections on scroll

Each section has an invisible membrane that pulses when it enters the viewport. The headings open like a cell.

E · ORI particles

Interactive widget

Three flows O, R, I converge towards Cap. Click to perturb. See the simulation further down this page.

F · 3D gallery

Integrated holograms

The 4 orphaned Three.js visualisations are now accessible through a dedicated gallery in the navigation.

Theory

The equation of living systems

The ORI-C framework rests on a minimal architecture that separates structural capacity from symbolic stock. The order variable C(t) captures the measurable intergenerational gain.

Cap(t) = O(t) · R(t) · I(t)
Σ(t) = max(0, D(E(t)) − Cap(t))
ΔC(t) > μ_ΔC + k · σ_ΔC  for m consecutive steps

When the mismatch Σ(t) exceeds a critical threshold Σ*, the symbolic channel is activated. The accumulation becomes self-reinforcing — this is the regime transition that the T1–T8 protocol seeks to detect.

Interactive simulation

Particules O · R · I → Cap

Three flows converge towards the capacity. Click to inject a perturbation Σ and observe how the system absorbs the shock.

Integration

How to install it

Add these two lines before the closing body tag on each page:

<script src="living-background.js?v=20260714-articles-1" defer></script>
<script src="ori-c-organism.js" defer></script>

The O·R·I particle widget activates automatically if an element with the id ori-c-particle-widget exists on the page.

<div id="ori-c-particle-widget"></div>

The 3D gallery page (ori-c-visualisations-3d.html) integrates the 4 existing holograms and adds the « 3D » link to the navigation.