Kek flag in open gl

Hi i am really a newbie in opengl i have made some objects and other stuff but i cant complete this flag. The hearts at the top left seem to be impossible and its had to overlay all the lines maybe someone can do it and type the code so i can see how
Thanks!

[ATTACH=CONFIG]1631[/ATTACH]

I’m not even sure what that flag is. If you are doing it by code vs texture then take up trig because it’s going to be an adventure. Bruce Eckels didn’t name his book “Thinking in C++” for nothing.

Might want to simplify it to make it feasible with vertices. Use a grid drawing tool and translate the coordinates to OpenGL.
So what are you making? A game for ethnic Kekistanis?

Your approach is wrong. You should load this image as a texture and then apply the texture to a mesh of triangles if you want a flag. Then you can animate the mesh with a wave pattern or other dynamic simulation and it will correctly deform the texture pattern you have applied to the mesh. There are plenty of examples out there on how to do this.

http://nehe.gamedev.net/tutorial/flag_effect_(waving_texture)/16002/