SFML community forums

Bindings - other languages => DotNet => Topic started by: Makusu on August 11, 2020, 03:42:19 am

Title: Is there any guide for SFML for beginners, for c #?
Post by: Makusu on August 11, 2020, 03:42:19 am
Hi, I'm a novice programmer, when I try to use the libraries, it causes chaos.
I am looking for some newbie guide to c #.
Title: Re: Is there any guide for SFML for beginners, for c #?
Post by: ross on August 11, 2020, 07:03:32 pm
I'm not aware of a C# specific guide using SFML. The next closest thing I know is probably the code examples on github. https://github.com/SFML/SFML.Net/tree/master/examples (https://github.com/SFML/SFML.Net/tree/master/examples)

The existing SFML tutorials for C++ can be followed and compared with the C# example code. Obviously they have differences but the library usage is generally the same.