SFML community forums

General => SFML projects => Topic started by: Regis on July 06, 2011, 08:43:48 pm

Title: Notice : SWIG for SFML
Post by: Regis on July 06, 2011, 08:43:48 pm
Hi folks,

I've finished a SWIG wrapper for SFML (version 2). You could find it on my blog:

http://www.regisblog.fr/blog/article/24/ (http://www.regisblog.fr/blog/article/24/)

You must download the ZIP file and follow the instructions.

For now, the wrapper is generated and can compile  (without error), but I can't doing it working due to a lake of time and skills under Windows.

Stay in touch.
Title: Notice : SWIG for SFML
Post by: Laurent on July 06, 2011, 08:49:10 pm
Hi

SWIG was initially not chosen to create the bindings because it is too generic. Bindings need to stick to the language specificities, be tweaked to avoid bugs, etc.

But I'm not an expert, so I'm intertested in your feedback :)
Title: Notice : SWIG for SFML
Post by: Trass3r on August 08, 2011, 03:07:09 pm
It's not perfect but it may do the job if there are no (actively maintained) bindings for your language.
And maintaining a binding is anything but fun.