awsdert
awsdert
> I think it would better to have inline func instead of macros. Because we could call the fuction like > > ```C > glm_vec3_length((vec3){x, y, z}); > ``` >...
> > it's all about making sure the names can be intuitively connected > > Intuition comes with some exposure to the subject matter. Most math and 3d programmers I've...
> @awsdert Well... 3D mathematics and "natural" intuition!? I thought everything about 3D mathematics is learned. I rest my case :) If you're gonna use a technicality then I'll go...
Also please add this struct to the union vec2s: `struct { float r; float i; }` r is for the "real" numbers and i is for "imaginary" numbers (in case...
as a side note, my suggestion of double underscore makes it easy for devs to do a quick session replace of all their calls to the double underscore when upgrading,...
Well I'm no expert but I've using them the other way round, r aligning with x and i aligning with y, it feels natural to think of them that way...
Dunno if this will fix this particular issue as I didn't read thoroughly but as far as permissions go PINCE can get hold of them like Game Conqueror at boot...
Scrap pkexec, found gksu was installed by default and that doesn't block GUIs, I initially didn't try it cause I thought it only came with gnome but I stand corrected,...
Oh so you mean it just passes the parsed tag onto the drawer?
[leaks.txt](https://github.com/nigels-com/glew/files/6682265/leaks.txt) Yeah it reports leaks, just used the command 'valgrind glewinfo' as what you gave didn't work for me.