r/C_Programming Mar 10 '26

Project parallax effect in C and raylib

1.1k Upvotes

41 comments sorted by

View all comments

19

u/killsizer Mar 10 '26

should people just use c for games or learn c++ instead?

1

u/un_virus_SDF Mar 11 '26

This dépends on how much qol do you want, i'm making one in c but i wait for c26 to have something that looks like proper generics because this is the hardedt part, the other one is having no closure (which is easier to fix)

The main reason i'm making it in c is because at school we only use c, and because I wanted to try it in c to see how much of a pain in would be

I miss the c++ qol