1
General / Re: How to draw a simple sprite with OpenGL?
« on: February 16, 2015, 06:07:09 pm »If you just want to quickly "see stuff", why don't you just use a sf::texture with a sf::sprite and draw that?
I'm guessing your reason is that you want to learn raw OpenGL, but in case it's not then there's no need to mess with it just to draw something.
....
I know how to do it with sprites in sfml. But right now, i just want to put a texture on, because im lost. And if i learn on how to put a texture on a triangle, then i get a better overview and understanding so i can continue my work and learn things easier.
I just need this one step.