Search found 2058 matches

by raidho36
Wed Jun 19, 2013 3:27 pm
Forum: Support and Development
Topic: web in lua
Replies: 46
Views: 16875

Re: nothing here continue scrolling!

I simply edited my post (right under OP post) and added OP's question in there, so I guess it's all right now.
by raidho36
Wed Jun 19, 2013 3:20 pm
Forum: Support and Development
Topic: FSN unix 3D file system in love
Replies: 40
Views: 14424

Re: FSN unix 3D file system in love

They do it themselves as far as I see it, but ok. Anyway, yeah, I acknowledge it's technically possible to re-create somewhat 3d graphics with love2d up until certain extent, but instead you should use specifically designed 3d graphics package (in fact here you're limited to OpenGL, and Windows woul...
by raidho36
Wed Jun 19, 2013 12:29 pm
Forum: Support and Development
Topic: web in lua
Replies: 46
Views: 16875

Re: web in lua

OP's question was: How can one display PHP or HTML file in love2d, and how can one display a video clip? You can't display PHP other than plain text in client, to actually process it you need php interpereter installed (which generates you HTML). And to display HTML you need to use HTML rendering e...
by raidho36
Wed Jun 19, 2013 12:24 pm
Forum: Support and Development
Topic: FSN unix 3D file system in love
Replies: 40
Views: 14424

Re: FSN unix 3D file system in love

If you wanted to amaze me with emulating 3d via 2d textured primitives that are then internally rendered via OpenGL in plain and straightforward hardware accelerated 3d, with all the 3d transformations pre-computed software with a scripting language, then you should've first though how inadequate th...
by raidho36
Wed Jun 19, 2013 8:34 am
Forum: General
Topic: please help
Replies: 8
Views: 3939

Re: please help

Ermm... hello I'm trying to create a set of tanks, but wing when creating the effect of falling cannons, not how. so and come with the following question: Could anyone tell me or guide me on the subject? ! to be able to do that by throwing a barrel this makes the effect of which is falling Okay... I...
by raidho36
Wed Jun 19, 2013 8:15 am
Forum: Support and Development
Topic: Is there a point to getters and setters in Lua?
Replies: 15
Views: 11191

Re: Is there a point to getters and setters in Lua?

it seems inefficient to me that every instance has its own copy of the class functions when the only difference is who gets access to the private variables Not to mention that having to use getters and setters kills all the benefit of having private variables as local in terms of performance; Lua g...
by raidho36
Wed Jun 19, 2013 8:08 am
Forum: Support and Development
Topic: FSN unix 3D file system in love
Replies: 40
Views: 14424

Re: FSN unix 3D file system in love

Love2d doesn't quite fit as a tool for creating 3D application. You should use different framework for that, like SDL.
by raidho36
Tue Jun 18, 2013 8:43 am
Forum: Support and Development
Topic: Game Obfuscation
Replies: 38
Views: 15009

Re: Game Obfuscation

Given that Lua is a scripting language, you can't "close" source files and they can always be accessed as plain text (the basic prerequesite of scripting language files). Therefore, your best shot is either using source obfuscation or precompiling the whole thing.
by raidho36
Mon Jun 17, 2013 8:26 pm
Forum: Games and Creations
Topic: SLG
Replies: 38
Views: 16496

Re: SLG

FYI you can just post what you got as is and you don't need to polish this kind of demo. We're all more or less developers ourselves, so we understand things. Unlike stupid ignorant mob who would only worth smooth shining graphics. For them, yeah, you can pretty much feed them screenshots if you hav...
by raidho36
Mon Jun 17, 2013 7:56 pm
Forum: Games and Creations
Topic: SLG
Replies: 38
Views: 16496

Re: SLG

People aren't normally interested in huge heap of screenshots since they're only good for assessing the graphics, and if you have all of it in your single shot then it's quite enough to post a single shot.