Page 1 of 1

Monument Valley Posmortem

Posted: Fri Jan 16, 2015 3:31 pm
by undef
Ustwo games has released numbers on their monument valley sales.
For those interested, check it out:
http://blog.monumentvalleygame.com/blog ... in-numbers

Will the iOS port of LÖVE still work without LuaJIT?
(Because LuaJIT does not support arm64, and Apple's policies will require arm64 support starting february.)

Re: Monument Valley Posmortem

Posted: Fri Jan 16, 2015 6:01 pm
by slime
undef wrote:Will the iOS port of LÖVE still work without LuaJIT?
(Because LuaJIT does not support arm64, and Apple's policies will require arm64 support starting february.)
LuaJIT 2.1-alpha does support arm64 now – and the LÖVE port uses that right now.
It's also possible to build regular Lua 5.1 for iOS armv7+arm64 and use that with LÖVE instead of LuaJIT though, if you modify LÖVE's Xcode project to point to Lua rather than LuaJIT.

Re: Monument Valley Posmortem

Posted: Fri Jan 16, 2015 7:13 pm
by undef
slime wrote:
undef wrote:Will the iOS port of LÖVE still work without LuaJIT?
(Because LuaJIT does not support arm64, and Apple's policies will require arm64 support starting february.)
LuaJIT 2.1-alpha does support arm64 now – and the LÖVE port uses that right now.
It's also possible to build regular Lua 5.1 for iOS armv7+arm64 and use that with LÖVE instead of LuaJIT though, if you modify LÖVE's Xcode project to point to Lua rather than LuaJIT.
Nice! So glad to hear that!