Re: LÖVE 0.8.0 Released
Posted: Sun Apr 08, 2012 9:33 pm
hooray!
Nice to know. What I can gain in using JIT version instead the official one? Only speed or anything else? BTW your version even in size is the same as official one. Could be useful that you add some distinctive mark in version field of info box.slime wrote:Nothing's missing, the official version is just compressed better by using the official XCode tool for exporting the application. My new LuaJIT build does that now.coffee wrote:Ah congratulations to all! The OSX version is 3mb smaller than slime's beta early version. I hope nothing is missing.
You can use its FFI library to do some cool stuff or speed up things even more. LuaJIT also includes a bitwise operations module, the jit.os string for determining OS (which is now in standard LÖVE as well), string.dump/luac bytecode which is portable between architectures (not portable between versions though), a better math.random which generates the same output on all platforms, and a few other misc things.coffee wrote:Nice to know. What I can gain in using JIT version instead the official one? Only speed or anything else? BTW your version even in size is the same as official one. Could be useful that you add some distinctive mark in version field of info box.slime wrote:Nothing's missing, the official version is just compressed better by using the official XCode tool for exporting the application. My new LuaJIT build does that now.coffee wrote:Ah congratulations to all! The OSX version is 3mb smaller than slime's beta early version. I hope nothing is missing.
Well, let's start the transition.
Same thoughts here. I loaded up Kurosuke this evening with the intent of getting it playable again, but I'm already frustrated. How doth I setSensor, my lords?Ensayia wrote:I just came.
EDIT: Ok, so this post isn't completely useless, I'll probably start working on Scrap again once the love.physics API is updated on the wiki.
love.physics is where most of the API changed.veethree wrote:I have mixed feelings about this. On one hand there's all the new features and that stuff, On the other hand, Now i have to get used to the new syntax and all that..Actually after looking over the changelog it turns out the stuff that changed isn't something i've been using too much in the past anyway.
On a slightly related note, Are there any tutorials or something on shaders? I'd love to play with those a bit