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

Author Topic: .NET  (Read 5266 times)

0 Members and 1 Guest are viewing this topic.

ravenheart

  • Full Member
  • ***
  • Posts: 148
    • View Profile
.NET
« 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

Laurent

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