Mugl Versions Save

WebGPU and WebGL Micro 3D Graphics Library for JavaScript and WebAssembly

v0.3.0

1 year ago

Added experimental WebGPU support

v0.2.2

1 year ago

Bug fixes. Add support for OES_draw_buffers_indexed extension

v0.2.1

1 year ago

Package refactoring and bug fixes

v0.2.0

1 year ago

Added finalization registry to automatically delete unused GPU resources. Upgraded to AssemblyScript 0.20

v0.1.4

2 years ago

Allows better treeshaking and code minification

v0.1.2

2 years ago
  • Fix typings and install error
  • WASM binding is now compatible with WASM/ESM integration. i.e. you can do:
import * as muglWasm from 'mugl/wasm';
import * as exports from './your-module.wasm';
muglWasm.set_context_memory(CONTEXT_ID, exports.memory);

v0.1.0

2 years ago
  • New procedural style API for better code minification
  • Added APIs for read/write of GPU buffers and textures based on corresponding WebGPU APIs
  • Stabilized WebAssembly interface
  • Improved performance of WebAssembly binding
  • Fixed several bugs

v0.0.6

2 years ago

Major bug fixes. Compatibility with Expo React Native.