We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a717b1 commit a7aac94Copy full SHA for a7aac94
README.md
@@ -193,7 +193,12 @@ return LuaBouncingLogo
193
- [X] Lua ScriptLanguageExtension
194
+ [X] Add support for property hints / usage flags (including export)
195
+ [X] Add support for property getter / setter
196
+ + [ ] Add `export_*` functions mimicking GDScript annotations for better UX
197
- [ ] Support for building with LuaJIT
198
+- [ ] Support WebAssembly platform
199
+- [ ] Support Windows arm64 platform
200
+- [ ] Support Linux arm32, arm64 and rv64 platform
201
+- [ ] Use framework in iOS (possibly a xcframework supporting the iOS simulator as well)
202
- [X] Automated unit tests
203
- [X] Automated build and distribution
204
- [ ] Lua REPL editor plugin
0 commit comments