-
var red=new PIXI.Graphics();
red.beginFill(0xff0000,1);
red.drawRect(0,0,100,100);
stage.addChild(red);
报错:Failed to execute 'texImage2D' on 'WebGLRenderingContext': No function was found that m…
-
## index.js
```
import "core-js/stable";
import "regenerator-runtime/runtime";
import DevLauncher from "./node_modules/wpe-lightning-sdk/DevLauncher.js";
import App from "./src/App.js";
const la…
-
We need to consider streaming in respect to thing descriptions.
I am working on a demo for access to a stream of electrocardiogram sensor readings. In the simple case there is one channel with an i…
-
Hi, I apologise for this newbie question—I couldn't find any Information in the documentation (probably I have too little experience in coding and githubing for this).
I try to use bezier.js in a bro…
-
```
joshmatthews@joshmatthews-fcmd6r servo-master % ./mach run https://servo.org/hl-home/
Babylon.js v4.2.0-alpha.5 - WebGL1
[2020-03-24T20:57:15Z ERROR canvas::canvas_data] Unimplemented canvas2d.…
-
I've seen quite a few user land canvas bindings now, and upon perusing webapi's, I feel they're ready to be upstreamed? Tell me if I'm mistaken. Otherwise, great stuff once again, @glennsl @bloodyowl …
-
We'll probably want to migrate to Python 3 because Python 2 will die next year.
-
## 提问前应该做的事
请确保提问前做了以下事,将完成的项目的 `[]` 改为 `[x]`:
- [] 我已通读过 [README](https://github.com/ecomfe/echarts-for-weixin/blob/master/README.md)
- [] 我已阅读过 [FAQ](https://github.com/ecomfe/echarts-for-wei…
YJHXZ updated
4 years ago
-
pen(2);
rect(10,10,1,1)
I would expect a single pixel at 10, 10.
But
pen(2);
rect(10,10,2,2)
gives this effect.
It would also seem that the editor gives 0 as black an…
-
Then i add some animated gifs on page with any pixi renderer, performance drops dramatically.
### Expected Behavior
CPU idle time is big
![pixi_gif_2](https://user-images.githubusercontent.com/65…