var fDesc=new Array(); fDesc[0] = "Mekanimo is a 2D physics simulator that can be used for rapid game development. In minutes, you can create simulations, interactive games and puzzles, dazzling graphics and share them with others through internet. Please reload this page to see more animations.

Mekanimo is a programmable 2D rigid-body physics simulator that can be used for rapid game development. It uses Python and wxPython for user interface. Box2D via pyBox2D is used as the solver to run the simulations. Currently it runs on Windows XP or Vista. Mac and Linux version will be available in the near future.

It is intended to be a fun learning tool. It enables users to create games, puzzles, and simulations with ease. Although you can use it just for fun, it can also be used to teach physics, engineering, programming, math, robotics, artificial intelligence, computational geometry, and many other subjects."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }