Skip to content

Instantly share code, notes, and snippets.

View salbeira's full-sized avatar

Sage salbeira

View GitHub Profile
package opengl;
import static javax.media.opengl.GL4.*;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.net.URL;
import java.nio.ByteBuffer;