-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Specify capabilities and limitations for each language (aka Yelp for Godot Bindings) #13
Comments
Didn't particularly get this one: all languages in this list maintain C interoperability so whatever external library can't be linked won't work, right? I don't immediately see how a specific language will limit a programmer in accessing Godot bindings, and if it's a limitation of the language it's not within the scope of our document - we only provide our best estimate of the quality of Godot bindings available for a specific language! |
That's possibly a bad example then, and maybe I shouldn't have mentioned it, but I meant, more generally, to list any limitations that might bite the adopted of a language in the butt later down the line |
To be clear: Language or implementation limits? |
+1 |
That is a question? 😂 |
Limitation in HTML exports:
|
Language or implementation limits. Here's the use case:
Other user case:
I don't know if HTML exports don't work with Godot-ecmascript, nor if Godot-Lua doesn't support exports; those are hypotheticals. I've tried running a simple game with Godot-Ecma and it didn't work, but I don't know if it's for lack of support or because I missed something. My point is simply that for a supported language to "work", there is a certain level of expectations from a user's perspective. Are those expectations met? Some examples of expectations I can think of:
|
What I read from this was provisional QA testing of bindings! A noble act, I admit, where we test the language bindings and provide our own rating for them! It is much more foolproof compared to simply pasting existing info from their READMEs. If you find the time, please look into each of these bindings and provide your analysis! Also, it might help us if you can provide a checklist which noobs like me can use for testing language bindings! 😁 |
I think we can automate a bit at least. Isn't there the chance to check the API compatibility in some automated way? |
Absolutely, we can write unit tests which correspond to items in a checklist expanded from @Xananax's list for all the languages! Consider that "full editor support" means that a number of different editor features need to be accessible via the bindings, each of which is an item. Likewise for Godot API support (Editor support ⋲ API support iinw) and multithreading support and whatnot. |
@perbone Is Lua capable of exporting to HTML? |
At the moment no. It's on my list of next things to do. |
Some more HTML5 stuff: C# is supported, despite not being listed in the documentations as such (got already reported)
And so on |
HTML5 support is limited to the non-GDNative stuff. That's already one less reason to use other languages tbh, since I'm assuming that there's no WASM/JS support through NativeScript yet. |
Supposedly GDNative will work on HTML5 soon according to this news post from last month:
But I haven't seen any details or announcements about this. No idea who's working on it. |
Wish I could tag @Calinou here. |
I mentioned this already: #13 (comment) |
GDNative support in HTML5 is still coming, but I don't know for sure if it will be available in 3.2.4. |
See here the tracking issue: |
@ShalokShalom I guess we can now open a PR to address #7, #11, this (#13), and #20. |
Which language limits which exports, and in what manner?
Possibly also: which language limits consuming external libraries, or other potential limitations that somebody picking a language should be aware of
Related: #7
The text was updated successfully, but these errors were encountered: