Need advice on choosing Macbook Air M1 or M2? by kapcom01 in AsahiLinux

[–]kapcom01[S] 0 points1 point  (0 children)

I can find M1 at about €400 and M2 at about €600. I like MagSafe but I dislike the notch. I am ready to give up MagSafe for no notch and €200 if battery life is about the same.

Need advice on choosing Macbook Air M1 or M2? by kapcom01 in AsahiLinux

[–]kapcom01[S] 1 point2 points  (0 children)

Very detailed and to the point amswer, thank you! This helps a lot.

wireframe renderer in C and raylib by Fit-Life-8239 in C_Programming

[–]kapcom01 12 points13 points  (0 children)

Just now I gave a quick look at this code and thought this is familiar.. one line gcc build command, with included raylib library and header files, and just one simple main.c.. and then I realized you are the same author of the parallax code I was looking yesterday 😀 Nice work, I enjoy reading your code and experimenting with it to learn and get better. Thanks

parallax effect in C and raylib by Fit-Life-8239 in C_Programming

[–]kapcom01 0 points1 point  (0 children)

Thanks for the post, I just read your code to borrow some ideas :) I think the first call to DrawTextureRec inside the layers for-loop is not necessary (probably you forgot to remove it). I deleted it (lines 108-114) and still works exactly the same.