Skip to content

NCCA/WebGPU

Folders and files

NameName
Last commit message
Last commit date

Latest commit

15d8400 · Mar 13, 2025

History

41 Commits
Mar 13, 2025
Feb 26, 2025
Feb 18, 2025
Mar 13, 2025
Jan 29, 2025
Feb 26, 2025
Jan 28, 2025
Mar 13, 2025
Jan 28, 2025
Feb 26, 2025
Jan 16, 2025
Jan 10, 2025
Feb 26, 2025
Feb 26, 2025
Jan 10, 2025
Feb 26, 2025
Feb 26, 2025
Feb 26, 2025
Jan 10, 2025

Repository files navigation

WebGPU Code

Work in progress python / WebGPU demos for next academic year.

Need to install at least wgpu numpy and PySide6 nccapy

Design Considerations

pipelines

When generating a pipeline to work a bit like OpenGL we need to know in advance how many meshes we are going to render. This is because we need to generate a buffer for all the unique uniforms. It is typically better to have a single buffer for all the uniforms and then use the offset to access the correct uniform. This is because the GPU is optimized for reading memory in blocks.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published