M
M
Mikhail Solovyov2017-03-19 23:53:33
Graphic arts
Mikhail Solovyov, 2017-03-19 23:53:33

What graphic libraries exist for c#?

Hello. Interested in working with graphics in c#. Can you suggest a graphics library for working with 2D (the presence of 3D can be considered as a plus for the library)?
Unity3D does not need to be offered, I deal with it separately.) I need a graphics library in c # from scratch to work with graphics and, possibly, to create games.
I looked in the direction of sfml and sdl, but there was practically no documentation for c #, only c ++. Maybe I'm not looking there? :D I hope that you will help me find a good, promising and up-to-date graphic library, which is supported by the developers. Thanks :)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Rou1997, 2017-03-20
@Mihairu

System.Drawing (OOP is a "wrapper" for GDI and GDI +), it is suitable for working with graphics, Paint is written on its basis, and for games in general the "engine" is better, it's not even about speed, but about ready-made tools to " do not reinvent the wheel", for example, collision algorithms, various graphic effects.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question