Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 724 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 724 Bytes

iWin

Awesome JavaScript library to create window GUI, just like the one on your computer. Among supported things: hiding window, resizing, moving, and opening multiple windows simultaneously.

Library is written from scratch with maximum performance in ming. It does not rely on any 3rd party libraries.

iWin Library features:

  • Create, destroy, show, and hide windows.
  • Full support for multiple windows.
  • Ability for a user to resize the window, also ability to disable resizing for a window.
  • Ability to drag window around the screen.
  • Support for adding custom event handlers for a window (currently onshow, onhide, and onclose).
  • Ability to have tabs in the window.
  • Basic method to show a message box.