Adam Griffiths
Adam Griffiths
https://github.com/sirfuzzalot/textual-inputs has an example of an input with a cursor. But it uses an actual character to represent it, rather than a native cursor as you would in ncurses. It...
Looks like this cascades into a number of other functions =/ https://travis-ci.org/adamlwgriffiths/Pyrr/builds/618337605
Unfortunately the PR breaks more things. On Wed, Sep 2, 2020 at 3:27 pm, Gavan Wilhite wrote: > Any updates here? > > — > You are receiving this because...
I have a feeling those test failures are related to #77
I think any of the `create_from_x` functions would need this. It may also be pertinent to add to the quaternion functions. Lastly, update the CHANGELOG and add yourself to the...
Anyone else want to chime in on this one? @foohyfooh?
That's the thing. If you want to enable user laziness, then you need to update all the interfaces to be more intelligent. So many API functions need to be touched.
I can't really comment on this. I got the code doing what I needed it to do. Although this is a very simple thing to do, there was very little...
I should also clarify. The main use case was OpenGL. Hence the matrices are transposed. On Wed, Sep 2, 2020 at 10:40 AM Adam Griffiths wrote: > I can't really...