Search found 5 matches
- Thu Aug 19, 2010 6:35 pm
- Forum: Support and Development
- Topic: love and lua-llvm
- Replies: 2
- Views: 3259
love and lua-llvm
Love has kept my interest, but I seldom have time to work with it. I had recently found out about a project called llvm-lua and was wondering what the practicalities of getting love to work with it would be? The two advantages being - it would be packaged to a native executable, and since it would b...
- Sun Sep 28, 2008 8:19 pm
- Forum: Support and Development
- Topic: An example for love.graphics.getModes() ?
- Replies: 5
- Views: 6634
Re: An example for love.graphics.getModes() ?
Thank you very much! That looked somewhat like my code that I originally had. function load() x = love.graphics.getModes() end function update(dt) end function draw() local i = 0 for w,h in pairs(x) do local drawStr = w.." "..h love.graphics.draw(drawStr,0,i*20) i = i +1 end end Looks like...
- Sun Sep 28, 2008 6:59 pm
- Forum: General
- Topic: How Did You Find (true) LÖVE?
- Replies: 55
- Views: 62513
Re: How Did You Find (true) LÖVE?
I was looking for a reason to learn Lua, and wanted something good that works on Linux and Windows.
- Sun Sep 28, 2008 6:48 pm
- Forum: Support and Development
- Topic: An example for love.graphics.getModes() ?
- Replies: 5
- Views: 6634
An example for love.graphics.getModes() ?
Hi all, I've been having a blast using love2D to learn LUA. The project I am currently working on is a SHMUP and I plan on putting it in an arcade cabinet. Right now though, i'm still learning the ins and outs of lua, and i'm having problems with love.graphics.getModes(). Could somebody explain to m...
- Sun Sep 28, 2008 6:35 pm
- Forum: Support and Development
- Topic: Feature Request:
- Replies: 5
- Views: 4957
Re: Feature Request:
What about Cairo?
http://en.wikipedia.org/wiki/Cairo_(graphics)
http://en.wikipedia.org/wiki/Cairo_(graphics)