2D графический движок с поддержкой аудио. A 2D graphics engine with audio support.
"Фичи" по умолчанию - audio, simple_graphics, texture_graphics, text_graphics.
The default features are audio,simple_graphics, texture_graphics, text_graphics.
use ;
Modifying a window.
let wi=window.display.gl_window;
let w=wi.window;
w.set_minimized;
w.set_visible;