How to Cross Platform ? #9
-
Do you have any pointers to places where it is explained how to make an executable out of this Lua project ? Why is the fenster module cross platform ? Is it only because C so Lua is cross platform ? For example I have made some app that I want to show on a website ? Or publish for people to try on different OS. What do you advise to do for such things ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Packaging an app as a cross-platform executable is way outside the scope of this library.
What "cross-platform" means for
If you wrote a cool program using Let me know if that clarified some things or opened up even more questions 😅 |
Beta Was this translation helpful? Give feedback.
-
Ok thanks for the response. You answered my questions. |
Beta Was this translation helpful? Give feedback.
Packaging an app as a cross-platform executable is way outside the scope of this library.
You can find plenty of tools for this across the internet. Here is a StackOverflow thread talking about some of these tools.
Although I do not know if any of them will work with this library and I have never tried it myself, so I unfortunately won't be able to help...
What "cross-platform" means for
fenster
is that you can installfenster
(usingluarocks install fenster
) and then run a Lua file usingf…