Poincare

Results 3 issues of Poincare

I am trying to create a 2.5D game and follow the example [2D Plane](https://pixijs.io/examples/#/plugin-projection/plane.js). Because I can move the plane in my game, I find there will be some bugs...

When I try to create a text field that change `h` depend on `w` so I define `elem.props.w` and `elem.props.h`, If I use `useEffect` to update `h` by `w`, and...

I read the [Cross-Compilation]( https://dune.readthedocs.io/en/latest/cross-compilation.html). And I installed this package, made workspace `(context (default (targets native windows android)))`. But I still can't run the program in `default.windows`, What do I...