SFML community forums
Bindings - other languages => C => Topic started by: sanyaade on February 20, 2011, 04:17:39 pm
-
Hi Everybody,
I was wondering if there are tutorial examples for SFML C language binding just like we have for the C++ version? Kindly advice
God blesses!!!
Best regards,
Sanyaade
-
Nop, but the C API is the same one as the C++ one, the only difference is the syntax. For example: window.SetFramerateLimit(60) becomes sfWindow_SetFramerateLimit(window, 60).