-
Updated
Feb 14, 2022 - JavaScript
#
webgpu
Here are 155 public repositories matching this topic...
JavaScript 3D Library.
javascript
svg
webgl
html5
canvas
augmented-reality
webaudio
virtual-reality
webgl2
3d
webgpu
gitter-badge
badge-url
devdependencies-badge
webxr
m4b
commented
Feb 12, 2022
Description
Today, whether y-flip is supported (and whether we ignore the adapter) is determined here: https://github.com/gfx-rs/wgpu/blob/48f8811f0f6643f11
The Fastest DNN Running Framework on Web Browser
-
Updated
Nov 29, 2021 - TypeScript
A powerful rendering engine implemented with Canvas2D / SVG / WebGL / WebGPU.
-
Updated
Feb 14, 2022 - TypeScript
Paddle.js is a web project for Baidu PaddlePaddle, which is an open source deep learning framework running in the browser. Paddle.js can either load a pre-trained model, or transforming a model from paddle-hub with model transforming tools provided by Paddle.js. It could run in every browser with WebGL/WebGPU/WebAssembly supported. It could also run in Baidu Smartprogram and WX miniprogram.
-
Updated
Feb 14, 2022 - JavaScript
Mach is a game engine & graphics toolkit for the future.
open-source
gamedev
opengl
graphics-engine
metal
game-engine
vulkan
zig
directx
webassembly
webgpu
ziglang
-
Updated
Feb 14, 2022 - C++
-
Updated
Jan 21, 2022
-
Updated
Feb 13, 2022 - TypeScript
A Typescript 3D library loosely based on three.js
-
Updated
Jan 15, 2022 - TypeScript
RedGPU - Javascript WebGPU Library
-
Updated
Dec 14, 2021 - JavaScript
Cross-platform C++ example for WebGPU and Dawn
-
Updated
Jan 27, 2022 - C++
A simple renderer implemented by WebGPU, includes a builtin path tracing pipeline.
-
Updated
Nov 8, 2021 - TypeScript
Experimental Three.js WebGPU renderer
-
Updated
Sep 15, 2020 - JavaScript
OmarShehata
commented
Dec 11, 2021
Right now the compute rasterizer only supports a simple list of triangles. It would be a good exercise to add support for an index buffer to support more complex models without using too much memory. You'll need to:
- Create another buffer, similar to the vertex buffer, that holds indices into the vertex buffer, and send that to the compute shader
- Change how many times the compute dispatches
A WebGPU Engine for real-time rendering and GPGPU
-
Updated
Feb 11, 2022 - TypeScript
TypeScript type definitions for WebGPU (NOTE: the WebGPU API itself is still unstable! These types do not directly reflect the implementation status of any browser! https://webgpu.io/)
-
Updated
Feb 13, 2022 - JavaScript
Improve this page
Add a description, image, and links to the webgpu topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the webgpu topic, visit your repo's landing page and select "manage topics."
See forum post: https://forum.babylonjs.com/t/babylon-editor-export-texture-scaling/12723/26
Reproducible via playground: https://playground.babylonjs.com/#DHZKGW#7
Currently when we export specularGlossiness PBRMaterials via
_GLTFMaterialExporter._convertSpecularGlossinessTexturesToMetallicRoughnessAsyncWe combine albedo + glossiness textures into Base64 texture string, stripping all