Graphics Engineering
Collaborative 3D Editing: Yjs meets Three.js for Spatial Design in 2026
Architectural guide to real-time collaborative 3D scene editing: integrating Yjs CRDTs with Three.js WebGL rendering over WebRTC.
Sachin SharmaCreator
Aug 5, 2026
8 min read

Featured Resource
Quick Overview
Architectural guide to real-time collaborative 3D scene editing: integrating Yjs CRDTs with Three.js WebGL rendering over WebRTC.

Previous Article
ZKP-Auth: Privacy-Preserving Sessions with Zero Knowledge Proofs in 2026
A deep cryptographic guide to building zero-knowledge authentication systems. We analyze Groth16, PlonK zk-SNARK circuits, Circom schema verification, and eliminating password databases and biometric leaks forever.

Next Article
AudioWorklet Low Latency Custom Audio Processing: Web Audio API Deep Dive
Web Audio API AudioWorklet low latency custom audio processing MDN guide — off-main-thread pitch detection, YIN algorithm, real-time synthesis, and production patterns.