feng3d-labs / feng3d Star 53 Code Issues Pull requests 基于WebGL的3D游戏引擎 webgl typescript game-engine 3d feng3d Updated Jun 18, 2024 TypeScript
feng3d-labs / webgpu Star 0 Code Issues Pull requests feng3d引擎的WebGPU渲染器,可以让用户无需直接接触WebGPU的API,只需提供渲染所需数据,组织好数据结构便可使用WebGPU渲染,并且支持动态修改数据从而实现动态渲染。 webgpu feng3d Updated Feb 12, 2025 TypeScript
feng3d-labs / webgl Star 0 Code Issues Pull requests feng3d引擎的WebGL渲染器,可以让用户无需直接接触WebGL的API,只需提供渲染所需数据,组织好渲染数据结构便可渲染,并且支持动态修改数据从而实现动态渲染。 webgl feng3d Updated Feb 11, 2025 TypeScript
feng3d-labs / glslup Star 0 Code Issues Pull requests 一个GLSL升级工具,可以将 GLSL100/GLSL300 到 GLSL450 版本。 主要用于feng3d引擎中WebGL着色器升级为WebGPU着色器。 glsl feng3d Updated Feb 12, 2025 GLSL
feng3d-labs / watcher Star 0 Code Issues Pull requests 用于监听对象属性的变化以及同步两个对象的属性值。 watcher feng3d Updated Feb 8, 2025 TypeScript