pkulchenko / ZeroBraneStudio

Lightweight Lua-based IDE for Lua with code completion, syntax highlighting, live coding, remote debugger, and code analyzer; supports Lua 5.1, 5.2, 5.3, 5.4, LuaJIT and other Lua interpreters on Windows, macOS, and Linux
http://studio.zerobrane.com/
Other
2.6k stars 519 forks source link

Ability to use on an iPad/tablet ? #1088

Closed nodecentral closed 3 years ago

nodecentral commented 3 years ago

Hi

Perhaps a long shot, but is there a way to use this from an iPad ? I’ve looked at VMs and then using VNC, but they are only as good as the VNC client - does anyone have an idea how you would go about making something feel more native on a tablet ?

pkulchenko commented 3 years ago

@nodecentral. this requires iOS support in wxwidgets (as the IDE depends on wxwidgets for its GUI cross-platform support), but I don't think it's at the level that allows full support of the features needed/used in the IDE. I may revisit this when the support improves, but at this time I don't think it's going to work unfortunately.