I have had MOAI running in my Linux environment. There are some helpful people in their IRC channel, that helped me set it up.kikito wrote: It was the only one that ran on Linux. That was enough for me.
Battle of the Lua Game Engines: Corona vs. Gideros vs. Love
Re: Battle of the Lua Game Engines: Corona vs. Gideros vs. L
- kikito
- Inner party member
- Posts: 3153
- Joined: Sat Oct 03, 2009 5:22 pm
- Location: Madrid, Spain
- Contact:
Re: Battle of the Lua Game Engines: Corona vs. Gideros vs. L
That's why I said "was". When I started with LÖVE, Moai didn't even exist.
When I write def I mean function.
Re: Battle of the Lua Game Engines: Corona vs. Gideros vs. L
Moai is okay but when you come from love the api is painfull.
Re: Battle of the Lua Game Engines: Corona vs. Gideros vs. L
A lower precision when doing calculations. This should not be a problem unless you expect it to hold 32-bit integers precisely. For example, a 32-bit floating-point number can only represent the integers 1 to 16777216 exactly. After that, it can only represent every other integer. After 33554432, only every fourth integer and so on.Nixola wrote:What are the consequences of this?Boolsheet wrote:Also, AGen built Lua with float as the number type. Heretics!
The love.audio module has that problem in some places because it converts the number to a float. Sample-accurate seeking gets a little less accurate after 6 minutes.
Shallow indentations.
Re: Battle of the Lua Game Engines: Corona vs. Gideros vs. L
"Other"? Does it mean "even" (when referred to a number)?
lf = love.filesystem
ls = love.sound
la = love.audio
lp = love.physics
lt = love.thread
li = love.image
lg = love.graphics
ls = love.sound
la = love.audio
lp = love.physics
lt = love.thread
li = love.image
lg = love.graphics
Re: Battle of the Lua Game Engines: Corona vs. Gideros vs. L
In this case yes, it's the even numbers.Nixola wrote:"Other"? Does it mean "even" (when referred to a number)?
Shallow indentations.
Re: Battle of the Lua Game Engines: Corona vs. Gideros vs. L
Most libraries like OpenGL and DirectX typically work with floats anyways.Boolsheet wrote:A lower precision when doing calculations. This should not be a problem unless you expect it to hold 32-bit integers precisely. For example, a 32-bit floating-point number can only represent the integers 1 to 16777216 exactly. After that, it can only represent every other integer. After 33554432, only every fourth integer and so on.Nixola wrote:What are the consequences of this?Boolsheet wrote:Also, AGen built Lua with float as the number type. Heretics!
The love.audio module has that problem in some places because it converts the number to a float. Sample-accurate seeking gets a little less accurate after 6 minutes.
Re: Battle of the Lua Game Engines: Corona vs. Gideros vs. L
I've been addicted to Lua for the better part of a decade, so Love was a natural choice for me.
Interesting side note: like 5 or 6 years ago I had emailed the former maintainer of one of the SDL Lua bindings, asking if he had abandoned the project completely, or just stopped working on it but would be accepting open-source patches. His response came in the form of a complete dump of the entire history of commits of the SVN repository, and asked me to become the lead maintainer for it. I politely declined, as I had no interest in producing binaries and doing release cycle things.
In retrospect, I probably should have converted it to git and put the whole thing on Github.
Interesting side note: like 5 or 6 years ago I had emailed the former maintainer of one of the SDL Lua bindings, asking if he had abandoned the project completely, or just stopped working on it but would be accepting open-source patches. His response came in the form of a complete dump of the entire history of commits of the SVN repository, and asked me to become the lead maintainer for it. I politely declined, as I had no interest in producing binaries and doing release cycle things.
In retrospect, I probably should have converted it to git and put the whole thing on Github.
- josefnpat
- Inner party member
- Posts: 955
- Joined: Wed Oct 05, 2011 1:36 am
- Location: your basement
- Contact:
Re: Battle of the Lua Game Engines: Corona vs. Gideros vs. L
I guess I'm in the same boat as kikito.kikito wrote:That's why I said "was". When I started with LÖVE, Moai didn't even exist.
Moai wasn't really matured enough to run on linux for me, which is why I was attracted to love.
Missing Sentinel Software | Twitter
FORCIBLY IGNORED.
<leafo> when in doubt delete all of your code
<bartbes> git rm -r *
<bartbes> git commit -m "Fixed all bugs"
<bartbes> git push
FORCIBLY IGNORED.
<leafo> when in doubt delete all of your code
<bartbes> git rm -r *
<bartbes> git commit -m "Fixed all bugs"
<bartbes> git push
Re: Battle of the Lua Game Engines: Corona vs. Gideros vs. L
Am I feeling a linux neckbeard thread starting.
Who is online
Users browsing this forum: No registered users and 6 guests