Search found 161 matches

by tsturzl
Thu Apr 05, 2012 5:17 pm
Forum: Ports
Topic: Love2D WebPlayer (WebGL)
Replies: 203
Views: 186385

Re: Love2D WebPlayer (WebGL)

I agree, IE is catching up. Though I think a lot of those articles are bogus. I definitely think Chrome has the highest security, though many others are picking up the concept of independent tab/window sandboxing, it think Chromes extension/plugin engine is far more secure than that of IE or Firefox...
by tsturzl
Mon Mar 26, 2012 11:54 pm
Forum: Games and Creations
Topic: snake game w/ the box2d physics
Replies: 4
Views: 2318

Re: snake game w/ the box2d physics

There's plenty of Box2D resources around, it seems to be pretty popular. Have you read any of this? http://box2d.org/manual.pdf Fix the freeze-ups, I wanna play about with this incredibly sensitive snake. :huh: https://love2d.org/wiki/Body:isFrozen Bodies are frozen when they exit the world. There'...
by tsturzl
Mon Mar 26, 2012 10:52 pm
Forum: Ports
Topic: Love2D WebPlayer (WebGL)
Replies: 203
Views: 186385

Re: Love2D WebPlayer

Then I revoke my statement.
by tsturzl
Mon Mar 26, 2012 4:12 pm
Forum: General
Topic: Programming High?
Replies: 42
Views: 18002

Re: Programming High?

I've done it before whilst programming, however I don't think it really "helped". I was mored focused on programming but the math and logic doesn't come together as well.
by tsturzl
Mon Mar 26, 2012 4:06 pm
Forum: General
Topic: What am I doing wrong??
Replies: 4
Views: 3278

Re: What am I doing wrong??

What you're doing wrong is posting this is in general instead of Support and Development...
by tsturzl
Mon Mar 26, 2012 4:05 pm
Forum: General
Topic: Any musicians on here?
Replies: 19
Views: 7297

Re: Any musicians on here?

jradich wrote:What about me? I like jam! I play guitar and bass, and I'm pretty good at what I play..... but I usually play math metal and stuff like that.
I mean "my area" as in the area where I live.
by tsturzl
Mon Mar 26, 2012 3:52 pm
Forum: Support and Development
Topic: physics simulated body that still animates
Replies: 10
Views: 7818

Re: physics simulated body that still animates

PhD candidate working in an AI lab here: You will not implement a ragdoll that walks via physics. This is a problem that we (the AI research community as a whole) have not yet managed to solve, although admittedly we are using 3d. Getting a robot to walk without toppling over is also a very difficu...
by tsturzl
Mon Mar 26, 2012 3:47 pm
Forum: Ports
Topic: Love2D WebPlayer (WebGL)
Replies: 203
Views: 186385

Re: Love2D WebPlayer

Only use the 2d context of canvas, that way you'll be able to use stuff like appMobi's DirectCanvas, iOS Impact, CocoonJs (Phonegap, titanium etc, suck, they are only wrappers tha provide no performance boosts): http://www.ludei.com/tech/cocoonjs https://github.com/appMobi good luck! (I've been doi...
by tsturzl
Sat Mar 24, 2012 3:19 am
Forum: Ports
Topic: Love2D WebPlayer (WebGL)
Replies: 203
Views: 186385

Re: Love2D WebPlayer

For the record I started implementing a Box2D javascript port.

I'm currently working on Body Objects. Next Shapes, then Collision, then Joints.
by tsturzl
Sat Mar 24, 2012 3:15 am
Forum: Libraries and Tools
Topic: Whisper
Replies: 19
Views: 6537

Re: Whisper

I don't use anything blocking or halting, not even sleep. I'm not really sure what's up because out of 10+ people that have tested this exact .love file tsturzl is the only one having it freeze up on start I'm not really sure what to make of it. Dumbness. I never tried clicking configure, I just th...