Welcome,
Guest
. Please
login
or
register
. Did you miss your
activation email?
French forum
Home
Help
Search
Login
Register
SFML community forums
»
Bindings - other languages
»
C
»
Tutorial Examples for SFML C interface
Print
Pages: [
1
]
Author
Topic: Tutorial Examples for SFML C interface (Read 6797 times)
0 Members and 1 Guest are viewing this topic.
sanyaade
Newbie
Posts: 1
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
Logged
Laurent
Administrator
Hero Member
Posts: 32498
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).
Logged
Laurent Gomila - SFML developer
Print
Pages: [
1
]
SFML community forums
»
Bindings - other languages
»
C
»
Tutorial Examples for SFML C interface