I'm just starting to program in C ++, and I want to try to create cloning of space invaders in C ++, I want to avoid using game libraries and things that could solve many problems (for example, game loop and vector math, etc. ), so I can handle it myself, but I donβt know how to start drawing things on the screen.
I was wondering if there is a good library that I should use to just allow myself to draw lines or graphics on the screen, or can I do this without using a library?
I would be grateful for any advice,
Thank.
source
share