Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 232 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 232 Bytes

SimpleText.java

LWJGL Simple Print String with GL_POINTS

Example Code

/* Method: String text, int X, int Y */
SimpleText.drawString("abcdefghijklmnopqrstuvwxyz 1234567890 ,. !?", 10, 68);

Write before Display.update();