SFML community forums

Bindings - other languages => DotNet => Topic started by: ravenheart on January 09, 2009, 03:46:09 pm

Title: .NET
Post by: ravenheart on January 09, 2009, 03:46:09 pm
i know there is .NET binding for sfml but can it somehow be used under mono too?

i mean what is if i would like to write in c# but under unix-systems?

thx 4 answers
Title: .NET
Post by: Laurent on January 09, 2009, 04:31:21 pm
It is compatible with Mono in theory, as I'm using P/Invoke rather than C++/CLI.

What you need are the SFML and CSFML development files (headers + libs) installed, and recompile the .Net binding using Mono.

If you do it please tell me if it works :)