This custom program converts an STL file to vectors of unique vertices, vector normals, and indices for easy use with OpenGL. The algorithm is very slow.
If you use this in your own program, it is recommended use the packSTL function, and then read that file on runtime.