Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Tutorial Examples for SFML C interface  (Read 6107 times)

0 Members and 1 Guest are viewing this topic.

sanyaade

  • Newbie
  • *
  • Posts: 1
    • View Profile
Tutorial Examples for SFML C interface
« 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

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Tutorial Examples for SFML C interface
« Reply #1 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).
Laurent Gomila - SFML developer