Image noise/OCaml/Alleg: Difference between revisions

Content added Content deleted
m (moved Image Noise/OCaml/Alleg to Image noise/OCaml/Alleg: capitalization policy)
m (fix path with ocamlfind query)
Line 61: Line 61:


Run that as a script with the command:
Run that as a script with the command:
ocaml -I +allegro allegro.cma noise_fps_alleg.ml
ocaml -I $(ocamlfind query allegro) allegro.cma noise_fps_alleg.ml


This is a work in progress version, it only prints the number of frames displayed, but we could still use the command time and make the calculus with the ocaml top-level.
This is a work in progress version, it only prints the number of frames displayed, but we could still use the command time and make the calculus with the ocaml top-level.