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

Author Topic: Some Question's about SFML  (Read 2041 times)

0 Members and 1 Guest are viewing this topic.

CodingDolphin

  • Newbie
  • *
  • Posts: 6
    • View Profile
    • Email
Some Question's about SFML
« on: July 07, 2014, 03:02:33 pm »
Dear Lady's and Gentlemen,

i am very new too Programming and i currently work with C# and XNA / Monogame.

I have some Question's about SFML, can i use SFML efficient with C# as Main Language or will i miss some Features / encounter more Bug's / Performance Issue?

Are there any real Product's that are createt with this Combination? (You may have Project links?)

Do i find Tutorial's for this or will it be hard to get into it?

Thanks for reading hope you can help me  :)

Greetings

Dolphin

zsbzsb

  • Hero Member
  • *****
  • Posts: 1409
  • Active Maintainer of CSFML/SFML.NET
    • View Profile
    • My little corner...
    • Email
Re: Some Question's about SFML
« Reply #1 on: July 07, 2014, 03:57:26 pm »
Quote
can i use SFML efficient with C# as Main Language

Yes

Quote
will i miss some Features

No

Quote
encounter more Bug's

Not really bugs, just a few things C# does differently from C++.

Quote
Performance Issue

No

Quote
Are there any real Product's that are createt with this Combination?

Yes, there has been several games released on Steam with the SFML.NET binding and I personally know of a few companies using SFML.NET for internal usage.

Quote
Do i find Tutorial's for this or will it be hard to get into it?

Just use the official tutorials to get started, they are in C++ but it is easily converted to C# and all the information still applies to SFML.NET.
Motion / MotionNET - Complete video / audio playback for SFML / SFML.NET

NetEXT - An SFML.NET Extension Library based on Thor