# burrow **Repository Path**: weiwengang/burrow ## Basic Information - **Project Name**: burrow - **Description**: https://github.com/toji/burrow WebGPU Deferred Rendering - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: gh-pages - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-07 - **Last Updated**: 2025-07-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Burrow A toy WebGPU deferred renderer built on my WIP hoard-gpu asset loading library. ## Features - Deferred rendering with WebGPU! - Bloom: Not great, but there! - Compute skinning: Because it was fun. - Antialising support: No - Transparency support: ~~Also no~~ Now yes! - Anything approaching a useful abstraction layer: Nope! - glTF loading - Animations: Yes, badly! - Most extensions: No - Basis and Draco compression: Surprisingly, yes! - Point lights and Image based lights - Mathmatically rigorous: LOL, No. - Energy conserving: Ha! - Cobbled together from dozens of GLSL snippets found all around the web, smashed together without regard for compatibility until the result looked kinda plausible and I shipped it?: _This is the way._