Has anyone had any luck with graphics in C++? If so, what routines or libraries and compiler did you use?
Printable View
Has anyone had any luck with graphics in C++? If so, what routines or libraries and compiler did you use?
I had a little success with the VESA VBE libraries (incidentally, they were used to make the DOS version of GTA). http://www.vesa.org/vbe3.pdf is the documentation, with sample code. It does kinda need a bit of serious C knowledge, though. :(