Skip to content

Latest commit

 

History

History
100 lines (70 loc) · 4.69 KB

README.md

File metadata and controls

100 lines (70 loc) · 4.69 KB

浏览器底层原理, W3C规范及API

深入浏览器机制

参考资料

WebRTC实时通信

WebAssembly汇编

​ 详见: WASM学习

WebGPU计算与渲染

  1. WebGL vs WebGPU

    1. 深入WebGPU
    2. 深入Vulkan, 详见: about-os/Linux图形子系统
    3. FrameBuffer, 详见: about-os/Linux图形子系统
  2. 下载Edge浏览器, /opt/microsoft/msedge-dev/msedge --enable-unsafe-webgpu --enable-features=Vulkan,UseSkiaRenderer

    https://www.microsoftedgeinsider.com/zh-cn/download #PC版
    https://www.microsoftedgeinsider.com/zh-cn/download?platform=android #安卓版
  3. Intel GPU工具

    sudo apt-get install intel-gpu-tools
    sudo intel_gpu_top #查看GPU使用情况

参考资料




WebXR虚拟/增强/混合现实

参考资料