Talk:Physics (activity)

From OLPC
Revision as of 12:05, 18 July 2008 by Bjordan (talk | contribs) (Questions/Comments)
Jump to: navigation, search

Current work

-Bjordan 19:25, 27 June 2008 (UTC)

From main page

Some discussion is required here... most shapes can't be defined simply by a single line. Any shape with fixed (relative) dimensions can, but that's not always what you want —Preceding unsigned comment added by [[User:{{{1}}}|{{{1}}}]] ([[User talk:{{{1}}}|talk]] • [[Special:Contributions/{{{1}}}|contribs]])

Teaching electricity in India

See this report recently posted to OLPC_India by User:Hbonwit. Cjl 16:30, 12 July 2008 (UTC)

Questions/Comments

I'm using the most recent (as of 16 July 2008) version from the git repository on joyride 2153

  • The background is black, so I can't see the joint line very well (or not at all).
  • The "pushpins" used to suspend an rectangular object flicker when an object joined to the rectangle is in motion. (not really a problem, but I just wonder why they do that).
  • Is there any way to duplicate an object? (so that I can be sure that the "mass" of 2 objects is identical)
  • Is there a way to change the color of an object once created (or choose the color before creation)?
  • trying to use the joystick tool causes the program to crash.

--AuntiMame17 July 2008 2:11 UTC

A few things I plan to do should address most of these problems...

  • A "world" tab will allow you to edit the color of the background or make it an image, in addition to changing the gravity vector (supported in Box2D). The black background is just leftover from when I was doing
    • Some speed tests of SDL drawing over image backgrounds are in order.
  • The pushpin flicker is a problem User:AlexLevenson and I are looking in to -- we think it has something to do with the conversion from Box2D units (meters) to real units (pixels).
  • Get the XML scene format together and allow groups of objects to be selected, moved together, duplicated and deleted much like shapes in a vector graphics editor
  • Add a second-layer contextual menu much like Paint has to allow for changing of things like friction, restitution (bounce), color, etc
  • Add the joystick tool (disabling it from showing for now). The joystick tool will allow you to click on an object and use the game buttons / arrow keys to move it around in various ways.
    • This is a first step towards letting kids make their own goal-based games from within Physics (or maybe move this to a new activity)
  • Put all of these things in as bugs on Trac to keep track of issues

I always appreciate your helpful input, AuntiMame! :) Keep it up!

--Bjordan 16:05, 18 July 2008 (UTC)