A downloadable asset pack

Download NowName your own price

Free UI system for Game Maker games.

*Right now the system is in a very early stage of development and with each update I may change things drastically

You can always download the latest version on GitHub at the link below.

If you have any questions, please contact me through: Discord server

For documentaion check wiki page on github

Elements:

  • Container
  • Panel
  • ScrollPanel
  • Button
  • Checkbox
  • Text
  • Textbox
  • ProgressBar
  • Slider
  • Sprite
  • SpriteButton
  • DropdownList
  • TabGroup

Features:

  • Styles
  • Touch support
  • Tooltips
  • Separated logic and render

In development:

  • RadioButton
  • TreeView
  • ColorPicker
  • ProgressRing
  • Draggable windows
  • Keyboard controls binding
  • Animations

Compatibility:

Lime.UI version Game Maker runtime version
2025.01.16+2024.11.0.226+
2024.06.10+2024.4.0.168+
2023.06.26+2023.1.1.81+

Demo example gif:

2024-06-10-18-18-Runner-SHji-TVp0uv
Updated 1 day ago
StatusIn development
CategoryAssets
Rating
Rated 5.0 out of 5 stars
(2 total ratings)
AuthorLimekys

Download

Download NowName your own price

Click download now to get access to the following files:

https://github.com/Limekys/LimeUI
External

Development log

Comments

Log in with itch.io to leave a comment.

Hey there! I'm enjoying setting up and using the system so far: the only issue I'm having is that the .update function is creating a "stuttering" effect whenever I click on an element of the UI system.

What element are you using that has LuiDropDown elements in it?

And one more question, what version of the UI are you using? You can view it in the LuiSettings script

 LIMEUI_VERSION "2024.06.28"
LuiBase = Policy Container
--- LuiPanel = Policy Panel
------ policy_panel.addContent

---------- Dropdowns

I fixed it, you can check by getting the latest commit. You can replace LuiBase and LuiSettings

That's great news, thank you for such a fast response and update!

I do have one other issue: the dropdowns are clickable when the menu is not actually open. I hear the UI click sound and get debug messages about the dropdowns being clicked. No rush to fix that but whenever you're free!

How do you hide the ui ? With the setVisible function?

Going to be checking this out later today! Thank you for making it available for everyone. 

I hope for feedback! Let me know if you find bugs or have suggestions for improvement!