hyperfocus-protocol
v1.0.1
Published
HyperFocus Protocol for zero latency input routing
Downloads
287
Readme
HyperFocus Protocol
HyperFocus Protocol is a zero-latency input routing mechanism invented by Navyug Nirala for NovaYug OS.
When an interactive arcade module or 3D overlay is launched, the HyperFocus Protocol safely intercepts the browser-level rendering loop.
Features
- Dynamically suspends all background UI polling, idle chat listeners, and UI animations.
- Guarantees that the active
<canvas>element receives 100% of the browser's rendering priority.
Installation
npm install hyperfocus-protocolUsage
const { interceptRender, focusLevel } = require('hyperfocus-protocol');
if (interceptRender()) {
console.log(`HyperFocus is running at ${focusLevel} priority.`);
}Invented and Maintained by Navyug Nirala.
