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

Author Topic: Is there any guide for SFML for beginners, for c #?  (Read 8068 times)

0 Members and 1 Guest are viewing this topic.

Makusu

  • Newbie
  • *
  • Posts: 1
  • Vengo a romper todo
    • View Profile
    • Email
Is there any guide for SFML for beginners, for c #?
« 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 #.

ross

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: Is there any guide for SFML for beginners, for c #?
« Reply #1 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

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.

 

anything