Image Noise/OCaml/OpenGL: Difference between revisions

no edit summary
m (add {{libheader|GLUT}})
imported>Katsumi
No edit summary
 
Line 7:
ocamlnat unix.cmxs bigarray.cmxs -I +glMLite GL.cmxs Glut.cmxs noise_gl.ml
 
<syntaxhighlight lang ="ocaml">open Glut
open Glut
open GL
Line 41 ⟶ 42:
glutDisplayFunc render;
glutIdleFunc render;
glutMainLoop()</lang>
</syntaxhighlight>
Anonymous user