Draw the Flag of Bangladesh with OpenGL
Recently I became interested with OpenGL again. Here is a flag of Bangladesh
which was drawn using OpenGL with exact ratio (10:6).
This OpenGL code uses ModelView projection.
#include <GL/glut.h>
void render(void)
{
glClear(GL_COLOR_BUFFER_BIT |...
blog.mdminhazulhaque.io1 min read