I'm actually using it for work. Need a few GUIs in cpp, and the best thing I found was Qt which had horrible liscencing and ImGui or lvgl seemd like the best choice but then BAM found clay trending in Github, it was a God send!! Though making it run on cpp was a pain because I was unfamiliar with cmake.
line 5: Clay_Initialize expects three arguments, but you're providing only two. The missing argument is Clay_ErrorHandler. I am getting error, compiler is asking for 3rd argument.
2 дня назад+2
yeah im probably using an outdated clay.h file... its getting updated all the time 😅 I'll definently fix this in the next video
День назад+2
processing part 2 right now, the video starts off by fixing this mistake! Thanks again for pointing it out, great catch!! ☺
Finally found someone doing something in C. Can't wait for part 2!
Cool! Be on the lookout! Hopefully I'll release part 2, 3 & 4 tomorrow 🤓solving some final bugs related to the buttons right now
Dang, clay is blowing out!! I also recently discovered it, and I'm starting a few projects using this instead of ImGui
@@hicham5770 cool! 🙂 not sure im going to use it for anything coming up, but its been super nice to tinker with for sure
I'm actually using it for work. Need a few GUIs in cpp, and the best thing I found was Qt which had horrible liscencing and ImGui or lvgl seemd like the best choice but then BAM found clay trending in Github, it was a God send!!
Though making it run on cpp was a pain because I was unfamiliar with cmake.
line 5: Clay_Initialize expects three arguments, but you're providing only two. The missing argument is Clay_ErrorHandler.
I am getting error, compiler is asking for 3rd argument.
yeah im probably using an outdated clay.h file... its getting updated all the time 😅 I'll definently fix this in the next video
processing part 2 right now, the video starts off by fixing this mistake! Thanks again for pointing it out, great catch!! ☺