Page 1 of 1

theAbsoluteWorstClicker - a UI module

Posted: Fri Feb 16, 2018 7:16 pm
by Ibispi
I made a UI module with a demo about how it works.

https://github.com/ibispi/the-absolute-worst-clicker

The way it works is similar to how love.graphics.canvas works in the sense that you have ui canvases and then set them in order to assign buttons, sliders and similar to it.

It may not be very user friendly and may have a few bugs.

I just thought I'd post it here, in case anyone is looking for a ui module.

Here's a preview gif (also from the github page):
Image

Re: theAbsoluteWorstClicker - a UI module

Posted: Sat Feb 17, 2018 7:27 am
by KayleMaster
Seen at the bottom of the ReadMe:
require "theAbsoluteWorstClicker.lua"
Don't put .lua extension in require

Re: theAbsoluteWorstClicker - a UI module

Posted: Sat Feb 17, 2018 9:51 am
by Ibispi
KayleMaster wrote: Sat Feb 17, 2018 7:27 am Seen at the bottom of the ReadMe:
require "theAbsoluteWorstClicker.lua"
Don't put .lua extension in require
Oh oops! I'll fix it immediately, thanks KayleMaster!