Image noise: Difference between revisions

Content added Content deleted
(added ocaml)
Line 296: Line 296:
Sys.catch_break true;
Sys.catch_break true;
blit_noise surf</lang>
blit_noise surf</lang>

compile with:
ocamlopt bigarray.cmxa -I +sdl sdl.cmxa noise_fps_sdl.ml -o noise_fps_sdl.opt


=={{header|PureBasic}}==
=={{header|PureBasic}}==