Alex

Results 137 issues of Alex

Hi, all! Thank you for the effort! Are there any plans on adding support to the new Box2D version 2.4.0?

It would be nice if I could also specify a rotation angle in radians to which the sprite should rotate by the end of the slide. Or, perhaps, keep rotating...

help wanted

I am reporting this for visibility. We have found that recently our games on Facebook started to lose textures. The culprit was the Basis compression. Browser successfully fetched a .basis...

bug
area: assets

Please, evaluate if it is a bug. Currently, the `click` event never fires on an element input, if there is already another finger touching the screen. https://github.com/playcanvas/engine/blob/3a9e881f2dff74923076ec4497929c11fffe2c15/src/input/element-input.js#L648-L664 The `event.touches.length` will...

area: ui

Updates Collision Component System to be in line with the other components. - Moved shape implementations into own files. I confirm I have read the [contributing guidelines](https://github.com/playcanvas/engine/blob/master/.github/CONTRIBUTING.md) and signed the...

feature request
area: physics

If a texture is not set to preload, and the entity belongs to dynamic batch group, the texture never shows up, unless the developer manually resets the batch groups. Note,...

feature request
area: graphics
area: assets

We have a framework that loads a level, stored as a template. That level contains the level meshes, imported as a hierarchy (amazing feature, by the way, cudos!). They are...

bug
area: graphics
area: assets

Feature request. When one wants to get/set an interpolated value, e.g. from 0 to 1, it is very convenient to use the current SliderInput. It would be nice to have...

In the following use case, I have a few spheres, connected to each other with a fixed joint. All spheres are not allowed to rotate on Y axis via `restrictRotations`....

The homepage (rapier.rs) has a link to rapier github repo in the top right, which leads to dimforge/rapier. Please, add a link that would lead to dimforge/rapier.js as well.