Search found 18 matches
- Sat Oct 21, 2017 11:56 am
- Forum: Libraries and Tools
- Topic: a small tool to run Box2D sandboxes
- Replies: 1
- Views: 2828
a small tool to run Box2D sandboxes
Hi guys. Years ago I made a little love2d app to help people out trying out Box2d. You create a Box2d world, and my app provides rudimentary graphics, simulation stepping and a few other options. Originally it was written for LOVE version 0.7 or 0.8, so it broke in 10 thousand places when you wanted...
- Sat Jul 28, 2012 2:55 am
- Forum: Libraries and Tools
- Topic: Box2D SimpleTestbed. UPDATE: Version 1.0
- Replies: 12
- Views: 12169
Re: Box2D SimpleTestbed. UPDATE: Version 1.0
that just wasn't thought through properly by me.
the right mouse click drags the world, while the arrow keys move the camera around. can be fixed by negating two numbers.
the right mouse click drags the world, while the arrow keys move the camera around. can be fixed by negating two numbers.
- Sat Jul 28, 2012 1:49 am
- Forum: Libraries and Tools
- Topic: Box2D SimpleTestbed. UPDATE: Version 1.0
- Replies: 12
- Views: 12169
Re: Box2D SimpleTestbed. UPDATE: Version 1.0
the new coordinates look cool. :) well I kinda started with attaching the camera but I couldn't figure out how to keep it from messing up the lines. then i started doing the manual scaling madness. love.graphics.setLineWidth(1/camera.sx) well this line of yours is pretty smart lol. It didn't came to...
- Thu Jun 28, 2012 9:30 am
- Forum: Libraries and Tools
- Topic: Löve Frames - A GUI Library
- Replies: 406
- Views: 377958
Re: Löve Frames - A GUI Library
you can do popup .. just create a frame with a button on it..
- Sun Jun 24, 2012 7:08 pm
- Forum: Libraries and Tools
- Topic: Box2D SimpleTestbed. UPDATE: Version 1.0
- Replies: 12
- Views: 12169
Re: Box2D SimpleTestbed. UPDATE: Version 1.0
Version 1.0 is done.
I worked so much on this this week that I kinda hate it now lol.
Have fun using it
I worked so much on this this week that I kinda hate it now lol.
Have fun using it
- Sun Jun 24, 2012 10:05 am
- Forum: Libraries and Tools
- Topic: Löve Frames - A GUI Library
- Replies: 406
- Views: 377958
Re: Löve Frames - A GUI Library
very nice library, I use it in my application.
- Sat Jun 23, 2012 5:40 pm
- Forum: Libraries and Tools
- Topic: Box2D SimpleTestbed. UPDATE: Version 1.0
- Replies: 12
- Views: 12169
Re: Box2D SimpleTestbed. UPDATE: Version 0.21
Version 0.21 Now everything works correctly. Features to add: -time step change -updating the game world step by step -mouse joint force effects on the world objects -more detailed drawing of the different kind of joints -drawing of contact points -drawing of friction forces There is still a lot of ...
- Fri Jun 22, 2012 3:00 pm
- Forum: Libraries and Tools
- Topic: Box2D SimpleTestbed. UPDATE: Version 1.0
- Replies: 12
- Views: 12169
Re: Box2D SimpleTestbed. UPDATE: Version 0.2
New 0.2 version is out.
- Thu Jun 21, 2012 1:27 am
- Forum: Support and Development
- Topic: Debugging Tools and Tips
- Replies: 14
- Views: 11911
Re: Debugging Tools and Tips
I debug by asking stupid questions on the IRC channel
- Mon Jun 18, 2012 10:43 pm
- Forum: Libraries and Tools
- Topic: Box2D SimpleTestbed. UPDATE: Version 1.0
- Replies: 12
- Views: 12169
Box2D SimpleTestbed. UPDATE: Version 1.0
This is the project I've started working on. Box2D on C++ has a great Testbed application, where you can quite easily add new physics environments to test out. You don't need to use placeholder graphics or anything, because the Testbed renders the bodies, shapes, joints etc. You can download it here...