> Newcomers roadmap: from where to start learning Gideros "What one programmer can do in one month, two programmers can do in two months." - Fred Brooks “The more you do coding stuff, the better you get at it.” - Aristotle (322 BC)
> Newcomers roadmap: from where to start learning Gideros "What one programmer can do in one month, two programmers can do in two months." - Fred Brooks “The more you do coding stuff, the better you get at it.” - Aristotle (322 BC)
Their Corona lua file is actually a 402KB blob of compiled bytecode. I understand them not wanting to open source their product, but it would seem more flexible to have a proprietary file and another open source one for the final network messaging, which should be generic code not worth protecting.
Wrapping the C++ library as a plugin is possible too.
@PaulR There are tools 'available' on the net to de-compile the Corona lua stuff back to source code. The same goes for their encryption.
It's best to get an .IPA version as I think Corona still export encrypted source code because of the issues with 32 and 64 bit versions of Lua and Apple insisting on having 64 bit code (Gideros Lua has been modified to fix this for universal bytecode).
That will possibly get you back to the source, comments and all.
Coder, video game industry veteran (since the '80s, ❤'s assembler), arrested - never convicted hacker (in the '90s), dad of five, he/him (if that even matters!). https://deluxepixel.com
Comments
"What one programmer can do in one month, two programmers can do in two months." - Fred Brooks
“The more you do coding stuff, the better you get at it.” - Aristotle (322 BC)
https://www.photonengine.com/sdks#realtimecorona
"What one programmer can do in one month, two programmers can do in two months." - Fred Brooks
“The more you do coding stuff, the better you get at it.” - Aristotle (322 BC)
Wrapping the C++ library as a plugin is possible too.
It's best to get an .IPA version as I think Corona still export encrypted source code because of the issues with 32 and 64 bit versions of Lua and Apple insisting on having 64 bit code (Gideros Lua has been modified to fix this for universal bytecode).
That will possibly get you back to the source, comments and all.
Likes: Apollo14, antix
https://deluxepixel.com