0

How can I write text in GLUT and C++?

joce
  • 9,624
  • 19
  • 56
  • 74
ShakeryGO
  • 29
  • 3

1 Answers1

0

Drawing 3D character You can follow this tutorials http://videotutorialsrock.com/opengl_tutorial/draw_text/home.php

For 2D character You can draw bitmap character here is the example http://codeincodeblock.blogspot.com/2011/11/bitmap-is-rectangular-array-of-0s-and.html

Dinesh Subedi
  • 2,603
  • 1
  • 26
  • 36