cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Is graphics.h outdated?? and if yes then
Is graphics.h outdated?? and if yes then is there any other graphics library
Aug 16, 2017 at 3:14pm UTC
rajhansk
(66)
Is graphics.h outdated?? and if yes then is there any other graphics library??
Aug 16, 2017 at 3:55pm UTC
jonnin
(11429)
probably.
opengl (anything, but often a touch sluggish on windows) and directx / directdraw /direct3d are probably the most commonly used.
Aug 16, 2017 at 6:05pm UTC
Duthomhas
(13201)
Sluggishness has nothing to do with OpenGL and everything to do with drivers being properly set up.
Graphics.h is an ancient way of thinking about doing graphics. You could easily get yourself into things with SFML or SDL.
https://www.sfml-dev.org/
https://www.sfml-dev.org/tutorials/2.4/
https://www.libsdl.org/
http://lazyfoo.net/tutorials/SDL/
Hope this helps.
Topic archived. No new replies allowed.