I'm just starting out in C++ programming and I want to try creating a space invaders clone in C++, I want to avoid using game libraries and things that would solve a lot of the problems (like game loop and vector maths etc) so I can tackle these myself, but, I have no idea how to begin drawing things to a screen.
I was wondering if there's a good library I should use to simply allow myself to draw lines or graphics to the screen or whether I can do this without the use of a library?
I'd appreciate any advice,
Thanks.
I recommend either Allegro or SDL, even though they are mostly 2D:
Allegro:
http://alleg.sourceforge.net/
SDL:
http://www.libsdl.org/
Check out SDL.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With