It looks like you're new here. If you want to get involved, click one of these buttons!
I am from China and these days I'm working on GritUI.
It has buttons, windows, sliders and switches.
There is a feature that if there is a new version, you can see and download the new code quickly in the program.
Hope you can try it!
(I don't do quite well in English so maybe there are some grammar mistakes:(
You can download it when running this code:
function setup()
print("Thanks for trying GritUI. I'm sorry that the GritUI has a little Chinese words, I will translate soon:)")
http.request("https://raw.githubusercontent.com/soulwinter/gritui/master/EnCode.txt",didGetData,fail)
print("Downloading the code...")
end
function didGetData(data)
pasteboard.copy(data)
print("Copied to the pasteboard.")
end
function fail()
print("Failed. Please check the connection of Internet and try again.")
end
Comments
Really not bad. But I can't use it in my games. It doesn't fit for making games
I quite like it
@SoulWINTER I gotta be honest, that is a great piece of work, I can clean up the code a lot, but it looks very appealing for an informational app, looks sort of like google translate, good job
Very good.
graceful
regular
ingenious
thrilling
@SoulWINTER Maybe... Some light games may use it.
WoW, guess who i'm I?
Here's a English updated version, All credit goes to SOULWINTER
https://github.com/Evan03Davis/Grit-UI
where is the english version? above url gives 404