OcamIL

Modules


Links

Meaning of icons :
Implemented.
Not yet implemented.
Compatibility with OCaml certified.
Lacks or incompatibilities.
[]Comments to read.

Graphics 92%

Initializations

open_graph
close_graph
set_window_title
clear_graph
size_x
size_y

Colors

rgb
set_color
background
foreground

Some predefined colors

black
white
red
green
blue
yellow
cyan
magenta

Point and line drawing

plot
plots
point_color
moveto
rmoveto
current_x
current_y
current_point
lineto
rlineto
curveto
draw_rect
draw_poly_line
draw_poly
draw_segments
draw_arc
draw_ellipse
draw_circle
set_line_width

Text drawing

draw_char
draw_string
set_font
set_text_size
text_size

Filling

fill_rect
fill_poly
fill_arc
fill_ellipse
fill_circle

Images

transp
make_image
dump_image
draw_image
get_image
create_image
blit_image

Mouse and keyboard events

wait_next_event

Mouse and keyboard polling

mouse_pos
button_down
read_key
key_pressed

Sound

sound

Double buffering

auto_synchronize
synchronize
display_mode
remember_mode