SFML community forums

Bindings - other languages => DotNet => Topic started by: Ed Ropple on August 24, 2008, 03:43:16 am

Title: Does a .NET binding exist?
Post by: Ed Ropple on August 24, 2008, 03:43:16 am
The topic says it all. I'm curious as to whether a .NET binding exists for SFML. If one exists, I might be interested in starting it (or writing one, if it doesn't).

Cheers,
Ed
Title: Does a .NET binding exist?
Post by: Laurent on August 24, 2008, 10:01:18 am
Check the task list for more details :
http://www.sfml-dev.org/todo/index.php?do=details&task_id=27

If you have skills with C# and P/Invoke you can probably help me with tricky details (I have no experience with C#), just drop me a PM if you're interested :)
Title: Does a .NET binding exist?
Post by: Ed Ropple on August 24, 2008, 02:54:34 pm
It looks fairly straightforward. I need to look into the SFML library more, but I could probably handle writing the bindings for it.

(I'm a student Mono developer, so I have a little bit of familiarity with the necessary stuff, yes. ;) )

The task shows some progress--is there code done? (I haven't looked at SVN yet.)

Cheers,
Ed
Title: Does a .NET binding exist?
Post by: SirJulio on August 24, 2008, 03:34:25 pm
Larent has made some code for .Net binding, but not yet present on the svn.
Title: Does a .NET binding exist?
Post by: Laurent on August 24, 2008, 04:50:15 pm
I've started to work on it again 3 days ago, this time I'll try to finish it and put it on SVN as soon as possible so that you guys can help me :)