SFML community forums

Bindings - other languages => C => Topic started by: sanyaade on February 20, 2011, 04:17:39 pm

Title: Tutorial Examples for SFML C interface
Post 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
Title: Tutorial Examples for SFML C interface
Post by: Laurent on February 20, 2011, 05:41:09 pm
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).