Posts Tagged ‘Games’

Box2D-Shiva-Wrapper: API Updates

June 4th, 2012

I was cast away from my computer nearly the whole last week, so progress wasn’t too big. I still found some time to expand the API:

isShapeSensor
isBodyStatic
isBodyDynamic
isBodyKinematic
getFirstShape
getShapeList
getShapeCategoryBits
getShapeCategoryBitsArray
getShapeMaskBits
getShapeGroupIndex
setBodyAngularVelocity

As stated in my last post, by creating an actual game with or for the Box2D plugin, it has again raised some issues and “feature requests” which I probably would have missed elsewise.

Box2D-Shiva-Wrapper: Demo Project

May 26th, 2012

Not too much news regarding the actual Box2D wrapper today. I rather spent the last days on coming up with a little demo project (proof of concept for the plugin). I already got a rough prototype up and running, but the time isn’t right yet to release any info to public. Fact is, that this demo already has brought up some issues that I fixed and besides that, I started expanding the API:

applyAngularImpulse
applyForce
applyForceToCenter
applyLinearImpulse
applyLinearImpulseToCenter
applyTorque
setBodyActive
setBodyAwake
destroyBody
getBodyLinearVelocity
getAngleBetweenPoints

Not too much, but more is coming!

Now back to some concept art (nice alternative to too much programming :) )!

Mortar – Automated Admob Integration for ShiVa Android Projects

May 29th, 2011

Today we released version 0.75 of Mortar, our automation tool for ShiVa projects! Current feature is AdMob integration by pressing a single button. More features are planned:

  • Custom scripting possibilites
  • MAOF integration
  • MASS integration
  • Other enhancements

Check it out at http://code.google.com/p/ma-sh/: either by downloading the AIR file or getting the source code via SVN!

MASH-up

May 25th, 2011

Today we released the first iteration of MASH, the “Modern Alchemists ShiVa Libs”:

Modern Alchemists ShiVa Libs is a bundle of custom written ShiVa addons. All projects rely on ShiVa 1.9 and UAT 1.2 beta 7. This doesn’t mean it won’t work with older versions, but the docs might refer to code hockups which weren’t present back then.

All code is under LGPL License. If you like our work, tell us! If not, tell us even more! Got a code fix? Tell us… you get the idea ;)

It features:

  • MASS: In-App-Purchase for iOS and Android
  • MAOF: OpenFeint for iOS and Android
  • Mortar (TBA): automating the world!

You can get all the files/code either from the download section or via SVN at  google code: http://code.google.com/p/ma-sh/

Update: Drag and drop install APK script

April 5th, 2011

I updated the Drag and drop install APK script post, such that it works with the latest Android SDK! Hope it helps ;)