# NBody-WebGPU **Repository Path**: cthulhu/NBody-WebGPU ## Basic Information - **Project Name**: NBody-WebGPU - **Description**: No description available - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-29 - **Last Updated**: 2021-11-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README NBody-WebGPU ============ A simple N-body simulation implemented using WebGPU. https://jrprice.github.io/NBody-WebGPU/ Building -------- Initial setup: npm install Recompiling after changes: npx tsc npx webpack