Skip to content

WGPU3D is a 3D rendering framework built on top of WebGPU and is heavily inspired by Three.js

Notifications You must be signed in to change notification settings

aboyobam/WGPU3D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WGPU3D

WGPU3D is a 3D rendering framework built on top of WebGPU and is heavily inspired by Three.js.
It's main purpose is for prototyping and demonstrating the possibilities of WebGPU, as it is nowhere near as powerfull as many other frameworks.

Installation

Clone this repository:

git clone https://github.com/aboyobam/WGPU3D.git

Then install all dependencies with npm:

npm install

Compile all the source files with webpack:

npm run build

Finally, run any static webserver inside the public directory and open any example file:

npx serve

Documentation

Open Documentation

About

WGPU3D is a 3D rendering framework built on top of WebGPU and is heavily inspired by Three.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published