Fast 2d drawing in C# - need a library of some sort

Started by
0 comments, last by djsteffey 7 years, 10 months ago

Hi, i'm making a real time multiplayer app in C#. So far it's been going well, pretty much everything is working but I need a solution to draw my pixels faster. So far I'm drawing individual pixels on a bitmap using lockbits. It's faster than set pixel and it seems to be the fastest way to do it without a competent graphic library. So I'm asking if anyone here knows a very fast graphic library where one can set individual pixels on a bitmap andthen draw it; or something similar.

Thanks you.

Advertisement

C# Binding of SFML

http://www.sfml-dev.org/

This topic is closed to new replies.

Advertisement