What's a Simple Graphics Library for C on Windows 7?

  • Thread starter Thread starter Jaynte
  • Start date Start date
  • Tags Tags
    Graphics
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 3K views
Jaynte
Messages
79
Reaction score
0
Hi

Anyone knows a nice and simple graphics library for C (Windows 7) that is not openGL nor GT.

All I want to do is plot pixels on the screen. In a window or directly in the console.
 
Physics news on Phys.org
You could use GDI.

http://msdn.microsoft.com/en-us/library/dd144871%28v=vs.85%29.aspx" to get the device context for the window that you want to draw to

then

http://msdn.microsoft.com/en-us/library/dd145078%28v=vs.85%29.aspx" to set a pixel
 
Last edited by a moderator: