Skip to content

Releases: Leakedbits/Codelabs

Codelabs v0.6.0

03 Mar 22:59

Choose a tag to compare

Version v0.6.0 adds a new sample and some minor changes.

Full changelog:

  • Added a new samples, Jump and double jump, to show how we can make a player jump .
  • Added a Github splash screen. Remember to check out our GitHub repository.
  • Deleted menu transition. This animation was causing problems to some users.
  • Small code refactoring. We are working to make it clear for you but we need your feedback.
  • New menu font.

Codelabs v0.5.0

23 Feb 21:15

Choose a tag to compare

Version v0.5.0 adds two new samples. This is an special version for us because we are sharing with everyone a Box2D controller to simulate buoyancy. Thanks to iforce2D for its blog post explaining his solution. You can find it here iforce2d.net/b2dtut/buoyancy.

Full changelog:

  • Added two new samples.
  • Added a Box2D factory to create objects easily. This will help after a wiki edition to understand all samples better.
  • New buoyancy controller.
  • New class to work with polygons using Sutherland-Hodgman clipping algorithm
  • New splash and menu transitions.

Codelabs v0.4.0

18 Feb 13:58

Choose a tag to compare

Version v0.4.0 adds a new sample to show how you can use the accelerometer sensor to change gravity.

Full changelog:

  • Add new sample.
  • Fix a bug that prevented the use of back button to close the app from the main menu.

Codelabs v0.3.0

17 Feb 12:57

Choose a tag to compare

With the new release we have added two more Box2D samples to show how to
work with impulses in Box2D and how to render sprites.

Full changelog:

  • Renamed tests to samples. This concept is better.
  • Added two more samples.
  • Improved memory management.
  • Fixed a bug on DragAndDrop sample that prevents the user to go back to
    the menu.

Codelabs v0.2.0

16 Feb 21:58

Choose a tag to compare

This release adds two more Box2D samples. The first one, SpawnBodiesTest, shows how to spawn a body every time the screen is touched. The second one, DragAndDropTest, helps you using MouseJoint to drag bodies.

Full changelog:

  • Added two more tests.
  • New splash screen.
  • Viewport fixed to show correctly in higher resolutions.
  • The back button doesn't close the app anymore. When pressed during a test, you now go back to the menu.
  • Added an option in the main menu to exit the application.