Clay + C | Tutorial Part I | Creating a Mars Rover Control Panel

Поделиться
HTML-код
  • Опубликовано: 8 янв 2025

Комментарии • 8

  • @mateoarteaga8274
    @mateoarteaga8274 3 дня назад +4

    Finally found someone doing something in C. Can't wait for part 2!

    •  3 дня назад

      Cool! Be on the lookout! Hopefully I'll release part 2, 3 & 4 tomorrow 🤓solving some final bugs related to the buttons right now

  • @hicham5770
    @hicham5770 11 часов назад +1

    Dang, clay is blowing out!! I also recently discovered it, and I'm starting a few projects using this instead of ImGui

    •  8 часов назад +1

      @@hicham5770 cool! 🙂 not sure im going to use it for anything coming up, but its been super nice to tinker with for sure

    • @hicham5770
      @hicham5770 6 часов назад

      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.

  • @ShivSindhu088
    @ShivSindhu088 2 дня назад +3

    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!! ☺