Search found 52 matches

by snake
Wed Jan 30, 2013 7:50 pm
Forum: General
Topic: Blög?
Replies: 38
Views: 28249

Re: Blög?

coffee, you forgot that love is NOT commercial software. Popularity isn't even the main goal but to have fun. Also it is exactly that, software "from coders to coders". Normal people don't need to care about which engine a game is written. If someone want to know how love dev is going, he ...
by snake
Thu Jun 23, 2011 4:57 pm
Forum: Support and Development
Topic: A Guide to Getting Started with Love2D
Replies: 35
Views: 10386

Re: A Guide to Getting Started with Love2D

Might be a bit late to answer but well: I did feel uneasy about it, but I though it might also be confusing if there was nothing to say about OOP. And no, you do need to understand the basics of OOP to use the LOVE API properly; otherwise you won't know how to use classes. Lua doesn't come with a cl...
by snake
Sun Jun 19, 2011 12:15 pm
Forum: Support and Development
Topic: A Guide to Getting Started with Love2D
Replies: 35
Views: 10386

Re: A Guide to Getting Started with Love2D

bartbes wrote:
snake wrote: Ah and "Mac" is the Hardware, better say OSX.
Actually, the OS is called Mac OS, and OSX is just version 10 (X) of it.
Oh my fault.
Well most people just say OSX but yeah you are right.
by snake
Sun Jun 19, 2011 12:08 pm
Forum: Support and Development
Topic: A Guide to Getting Started with Love2D
Replies: 35
Views: 10386

Re: A Guide to Getting Started with Love2D

Nice guide but mentioning OOP in a text targeted at beginners is a bit too much. Don`t confuse them with advanced stuff. And also you only talk about OO in general so not really love related. And you don't need to know about OO to understand the Love API. On text editors you don't mention anything a...
by snake
Sun May 01, 2011 12:28 am
Forum: General
Topic: The "I Love Lua, but..." post
Replies: 57
Views: 16205

Re: The "I Love Lua, but..." post

[*]Lua doesn't handle directories natively. This makes using require() very frustrating, because you can't use relative paths. The fact that folders are not supported on ANSI C doesn't justify that they aren't in LUA IMHO. Lua is written in ANSI C and I am very glad it is since this makes sure it i...
by snake
Fri Apr 08, 2011 6:05 pm
Forum: General
Topic: Considering picking up Lua
Replies: 26
Views: 11575

Re: Considering picking up Lua

If you really like Lua, make sure to look into Lisp ( Clojure is the "trendy" dialect as of now). Thumbs Down for Clojure I would rather suggest starting with Common Lisp or Scheme first, if you don't have to use the Java VM. A nice book for learning Lisp or even programming in general is...
by snake
Wed Jun 23, 2010 8:28 pm
Forum: Libraries and Tools
Topic: Try Love in your Browser
Replies: 38
Views: 21402

Re: Try Love in your Browser

There is a flash compiler that is free, Its called Flex SDK, Which is actually Actionscript 3 compiler free of charge and there is a free IDE to use with it called FlashDevelop, And i was thinking of embedding Lua Alchemy into it. Havent had time but its possible. Having ActionScript interpret Lua ...
by snake
Wed Jun 02, 2010 9:51 pm
Forum: General
Topic: Complete Lack of Viral Capability
Replies: 30
Views: 9449

Re: Complete Lack of Viral Capability

I don't want any Sandbox for Love.
I prefer less security and being not limited on what I can do with it.
Maybe some runtime option for running unknown code in a restricted mode would be handy but Sandbox should NOT be default.
by snake
Fri Apr 30, 2010 8:19 pm
Forum: Libraries and Tools
Topic: Try Love in your Browser
Replies: 38
Views: 21402

Re: Try Love in your Browser

But on the topic of LÖVE-in-the-browser: wouldn't JavaScript + Canvas or WebGL be a better choice? Not sure how we could use Lua then (is there a JavaScript Lua interpreter?), but it would be awesome, and a lot lighter than Flash. (Also: freeeeee!) There is no Lua Interpreter written in JavaScript ...
by snake
Wed Apr 28, 2010 9:09 pm
Forum: Libraries and Tools
Topic: Try Love in your Browser
Replies: 38
Views: 21402

Re: Try Love in your Browser

Pastebin supports tabs. Pastebin doesn't use Flash, does it? Oh and speaking of pastebin it would be cool if the example browser could load lua file from the Web (like from pastebin). Like doing SiteOfLoveAlchemy.org/load=http://pastebin.com/Foo So small demos could be shared easy. I think it is po...