Page 1 of 1

Lua Password Generator using EEPro GUI libraries

Unread postPosted: 03 Feb 2020, 16:51
by iard
Hello,

Although I've been a member of this forum since 2011, this is my very first post :)

I've been working on a Lua Password Generator using the ETK libraries, but because I really like the beautiful EEPro Global Libraries widgets, like sDropdown, I used them in the latest version of my program.

Until now this program was used only by me, but I think it might be useful to others, so the question is: can I release / upload it here, complete with source code, under the same LGPL3 licence, without having to include EEPro's libraries? I'm thinking of releasing only the Lua source code file, the TNS program, and a batch file and if someone wants to modify it, they can download EEPro from GitHub, place those 3 files in the same folder and run my build.sh instead of EEPro's one.

I know the authors of EEPro are active here, so that's why I'm asking if this sort of "free ride" constitutes a licence issue.

Thank you

PS: let's see if I can include a GIF

Re: Lua Password Generator using EEPro GUI libraries

Unread postPosted: 03 Feb 2020, 21:49
by Adriweb
Hi,

(I'm one of the two authors of FormulaPro/ETK/...)

Good job ! It's nice to see new stuff being done with the libs :D

Feel free to upload your .tns file here (upload.php), and you can select the LGPL3 licence, no worries.

For the source code, I suppose you can host just your actual code somewhere, but actually I think the easiest (for you and probably everybody), would be to just fork the FormulaPro repo and replace all the FormulaPro-specific files by yours, so that people can download the whole thing and build it if they want to :)

Re: Lua Password Generator using EEPro GUI libraries

Unread postPosted: 04 Feb 2020, 09:55
by iard
Hi,

I've created a github repository here https://github.com/iardsoft/PassGen-Nspire and uploaded all relevant files.

Don't know if I chose the right settings for the .tns file upload, I think "utilitaires" describes it best.

Thank you again for your support and for the nice GUI libraries!

Re: Lua Password Generator using EEPro GUI libraries

Unread postPosted: 04 Feb 2020, 12:02
by Adriweb
Good :)