Icon

ZUI engine

pocha

You must be logged in to obtain assets

Description

ZUI is Completely FREE! (and No credits required)

  • UI Engine used on ArcaneSoul
  • Tree based
  • EASY to use
  • Mobile ready!

Sample image : Sleek UI PSD (from Design Freebies)

[Example Code]

  with (zui_main()) {
   with (zui_create(zui_get_width() * 0.5, zui_get_height() * 0.5, objUIWindow, -1)) {
    zui_set_size(400, 198);

    with (zui_create(0, 0, objUIWindowCaption)) {
     caption = "Window";
     draggable = 1;
    }

    with (zui_create(12, 38, objUIButton)) {
     zui_set_anchor(0, 0);
     zui_set_size(120, 32);
     caption = "Button 1";
     callback = test_callback_button;
    }

    with (zui_create(140, 38, objUIButton)) {
     zui_set_anchor(0, 0);
     zui_set_size(120, 32);
     caption = "Button 2";
     callback = test_callback_button;
    }

    with (zui_create(268, 38, objUIButton)) {
     zui_set_anchor(0, 0);
     zui_set_size(120, 32);
     caption = "Button 3";
     callback = test_callback_button;
    }

    with (zui_create(36, 170, objUICheckbox)) {
     zui_set_anchor(0, 0);
     value = 1;
    }

    with (zui_create(60, 170, objUISlider)) {
     zui_set_anchor(0, 0);
     zui_set_width(128);
     minimum = 4;
     maximum = 8;
     value = 6;
    }
   }
  }

End User Licence Agreement (EULA).

Age Rating: None

Version

GMS1 - Version 1.0.1. Published May 21, 2015

  • zui_update() moved to Begin Step
  • New functions: zui_get_visible(), zui_get_visible_in_hierarchy(), zui_get_enabled(), zui_get_enabled_in_hierarchy(), zui_get_mouse_x(), zui_get_mouse_y()
Loading, please wait

Package contents

Loading, please wait

What is the issue?

Loading, please wait