I
I
i__egor2021-11-30 16:41:18
C++ / C#
i__egor, 2021-11-30 16:41:18

Is there sfml documentation for C#?

On the official sfml page, all examples are in c++, is there an analogue for c#? Preferably in Russian.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vasily Bannikov, 2021-11-30
@i__egor

There is no documentation specifically for Sharp.
There is also no documentation in Russian.
But in principle, the wrapper there is very thin, so the documentation from the pluses is relevant - instead of getters / setters there will be properties, and instead of pollEvent / waitEvent there will be sharp events.
Well, everything will be named as it should be in Sharpe (with a capital letter).
If it suits you, you can use the source as documentation: https://github.com/SFML/SFML.Net

F
freeExec, 2021-11-30
@freeExec

What's the difference, from .Net there is only a wrapper to the C code, so all function arguments are the same.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question