Jesse-V / Folding-Atomata

3D simulation viewer for Folding@home
17 stars 6 forks source link

Draw slot information on screen #19

Open Jesse-V opened 11 years ago

Jesse-V commented 11 years ago

FAHViewer draws WU/slot information on the screen. Atomata should duplicate this behavior. Atom counts is another useful value to show for anyone that's curious.

Jesse-V commented 11 years ago

Googling "draw text on screen opengl" shows a lot of promising results.

Jesse-V commented 11 years ago

http://www.nexcius.net/2012/11/11/printing-and-limiting-fps-using-glut/ shows what looks like an example of drawing text on-screen.