perbone / luascript

Lua language support for Godot Engine
Apache License 2.0
633 stars 45 forks source link

Why there is no complete bundled-with-godot releases? #12

Closed dezashibi closed 3 years ago

dezashibi commented 4 years ago

Hello there

I was checking this repo https://github.com/touilleMan/godot-python/releases or https://github.com/Geequlim/ECMAScript/releases (which is already bundled with godot) as you can see there are releases for major os systems it would be good if you do the same man, I know you use osx and linux but you can build also for windows and we can test it for you (don't put us on compiling things ma buddy ;) )

thank you

perbone commented 4 years ago

seems reasonable to me. I'll investigate the CIs available for this. thanks for the suggestion!

dezashibi commented 4 years ago

Thank you 😊

On Wed, Jan 22, 2020, 4:55 PM Paulo Perbone notifications@github.com wrote:

seems reasonable to me. I'll investigate the CIs available for this. thanks for the suggestion!

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/perbone/luascript/issues/12?email_source=notifications&email_token=ANVCKEBLSJOVUYVMJZA5EDDQ7BCODA5CNFSM4KJXTC32YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEJTRFPQ#issuecomment-577180350, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANVCKEHLJ5ZLC542QHLJQTTQ7BCODANCNFSM4KJXTC3Q .

ghost commented 4 years ago

Yes Please.... currently testing game systems.... not really keen on having to build godot.... but would really like to test the LUA in Godot

Airbus5717 commented 4 years ago

if you can release a ready version so we dont need to build it at least linux

perbone commented 4 years ago

Working on it! Not too much time though so it can take some time.

Xrayez commented 3 years ago

Hi, I curate a list of community Godot modules at https://github.com/goostengine/godot-modules, and people are able to download Godot editor builds for Linux/macOS/Windows from the provided links via build artifacts.

If the author is interested in distributing luascript this way for testing/evaluation purposes (not releases, of course), the module must be able to be compiled successfully for all major editor platforms listed above.

In fact, I've already added the module to this list, but #22 is blocking CI builds at the moment, and I've submitted a PR for another build issue: #40.

jezv commented 3 years ago

PR for #22 here: perbone/luascript/pull/41