Tianlan Zhou

Results 11 issues of Tianlan Zhou

The original matrix is for BT.601 colorspace, however nowadays most of the videos are using BT.709 colorspace, and the wrong matrix can cause a slightly different (wrong) output. ![image](https://user-images.githubusercontent.com/8724868/162396939-b966f490-3f09-4653-b068-0c3efaf1be73.png) (Top...

This PR introduce interface ICanvas and ICanvasRendererContext2D, attempts to support OffscreenCanvas in Pixi.js. Related Issue: #7123 ##### Description of change - New interface [PIXI.ICanvas](https://github.com/SuperSodaSea/pixijs/blob/icanvas/packages/settings/src/ICanvas.ts) in `@pixi/settings`, the common interface for...

Add examples `offscreen-canvas/basic` and `offscreen-canvas/web-worker` to illustrate usage of Pixi.js for OffscreenCanvas and Web Workers. See also https://github.com/pixijs/pixijs/pull/8698. ##### Todo List - [x] Add CDN URL for `@pixi/webworker`

With the default setting, `webaudio-tinysynth` outputs some log to the console like this: ``` internalcontext:1 TSDiff:1.404300000011921 ``` This makes the console some kind of "dirty", so I modify the code...

Recently I tried to run [Omniscent](https://files.scene.org/view/demos/groups/sanction/snc_omni.zip) in `js-dos` and found that it worked quite well, except there is no sound output. This program use [MPU-401 MIDI output](https://www.dosbox.com/wiki/Configuration:MIDI) which is supported...

feature request

- Add `GLFW_ACCELERATION` window hint to specify whether hardware acceleration is preferred or not. Default to `GLFW_TRUE`, only available on WGL currently. - Add `GLFW_ACCELERATION` window attribute to retrieve whether...

enhancement
Windows
OpenGL

- Add [libdecor](https://gitlab.freedesktop.org/libdecor/libdecor) 0.1.0 / 0.1.1 / 0.2.0, a client-side decorations library for Wayland client #### TODO - [x] Fix pango dependency (#2781) - [ ] Fix gtk+3 dependency

### Xmake 版本 v2.8.7+HEAD.da279272a ### 操作系统版本和架构 Windows 10 专业版 2004 ### 描述问题 当存在多个同名的 C++ 模块接口单元时,xmake 会编译成功,没有报错。 ### 期待的结果 作为对比,CMake 会产生链接错误: ``` B.obj : error LNK2005: "int __cdecl f(void)" (?f@@YAHXZ::) 已经在...

bug

`rollup-plugin-rename-node-modules` is not generating source map correctly. For example: package.json ```json { "type": "module", "scripts": { "build": "rollup -c" }, "dependencies": { "colord": "^2.9.3" }, "devDependencies": { "@rollup/plugin-node-resolve": "^15.0.1", "rollup":...