John Choi

Results 12 comments of John Choi

I think glfw might be the problem here. Nuklear uses glfw char callbacks for normal characters. Special characters like backspace and up key are not reported in the glfw char...

@davidhutchens 1. open logisim and create a new project 2. at the top left, click file 3. then click save 4. for me a window that looks like this opens...

oh wait sorry it was actually called recent items.

Sorry for answering very late, but for anyone else who needs help in the future, you could try making a function that rotates the quaternion by each axis. I guess...

do you think glm_quate_xyz or glm_quat_euler_xyz would be a better name for this new function?

Alright thanks for the response. I'll try and get this done soon

@recp Finished making it and all my tests pass on my computer, but it fails using meson webassembly for some reason. I think I did everything I needed though (exported...

I created a pr and most tests failed. The error is just that all tests fail on certain builds.

Oh I see now. Thank you for the reply. I'll try and get this fixed up. I'll also add glm_euler_by_order + glm_mat4_quat in tests Would it be preferred to use...

thinking of implementing glm_quat_slerp_longest(versor q, versor r, float t, versor dest) by making r negative, comparing how big the angle is with q with r negative and regular r then...