Import Upstream version 20180207
[hcoop/debian/mlton.git] / doc / guide / src / OpenGL.adoc
1 OpenGL
2 ======
3
4 There are at least two interfaces to OpenGL for MLton/SML, both of
5 which should be considered alpha quality.
6
7 * <:MikeThomas:> built a low-level interface, directly translating
8 many of the functions, covering GL, GLU, and GLUT. This is available
9 in the MLton <:Sources:>:
10 <!ViewGitDir(mltonlib,master,org/mlton/mike/opengl)>. The code
11 contains a number of small, standard OpenGL examples translated to
12 SML.
13
14 * <:ChrisClearwater:> has written at least an interface to GL, and
15 possibly more. See
16 ** http://mlton.org/pipermail/mlton/2005-January/026669.html
17
18 <:Contact:> us for more information or an update on the status of
19 these projects.