Can I use C programming in godot?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Krishnaa

So, I have to integrate an eye-tracker with godot. They have a software kit which has a bunch of C libraries with useful functions. Is there any way to use them in godot? A step-by-step walk-through would be great. (I am very new to godot.)
Thanks a lot!

I don’t know much about what’s underneath the hood. Since Juan treats C++ as C with classes, it may be possible. The best I could find on a C language tutorial is this GDNative tutorial.

Ertain | 2020-10-15 16:09