-
- ข้อมูล
- เเหล่งที่มา
-
### Is there an existing feature request for this?
- [X] I have searched the existing feature requests
### What MWAA versions will be affected by this feature request?
_No response_
### Is your fe…
-
Pyrr is slow, incomplete and has some bugs. Numpy code in there isn't accelerated by hardware at all, whereas GLM tends to use the fastest method for the CPU you're on (Neon/VFP etc...). The transitio…
-
From #18
We are currently using `pyrr` for matrix operations. The main problem with `pyrr` is that it crates new instances for every calculation allocating a new `ndarray`. This is very expensive.…
-
I'm not sure if this is an issue or not, but the following code snippet just confused me a lot.
I am creating a rotation matrix that rotates around z by 90 degrees. This means, when we rotate the x…
-
```python
import pyrr
import numpy as np
p1 = np.array([0.6122449, 0.8163265, 1.562406])
p2 = np.array([0.8571429, 0.7142857, 1.976692])
p3 = np.array([0.6122449, 0.6326531, 1.250161])
pla…
-
Thanks for your efforts in creating this handy library.
In `matrix33.create_from_axis_rotation(axis, theta, dtype=None)`, I was surprised by the fact that an `int` dtype for the axis is not automa…
-
Suppose I have a box and another box that has been shrunk in two dimensions and elongated in the third. The stretched box then intersects the first box, requiring some additional consideration for ren…
-
**Description**
`pip install -U ...` fails when pip has been upgraded to 24.1.1 and pysg was listed.
This was a warning for earlier versions of pip, but now it is an error.
**To Reproduce**
Step…
-
While working to utilize the library, I noticed that it doesn't load animation data from scenes, or any way to do animation rendering beyond the sample provided for sprites in the advanced examples se…