• by Thomas Cashman
  • 2017-02-05 09:00:00 +0000

mini2Dx 1.4.4 released

Hey there mini2Dx community,

I’ve published mini2Dx 1.4.4 to Maven Central. This is a small update which adds new methods:

  • Added additional methods to geometry classes
  • Shape#getCenterX + Shape#getCenterY
  • Shape#scale
  • Shape#setRadius
  • Polygon#isEquilateral
  • LineSegment#getLength
  • Added methods to preset singletons and prototypes for dependency injection
  • Added @PostInject annotation to trigger methods after dependency injection
  • @Autowired dependencies now also inject into super classes

To update your existing projects, see the Updating mini2Dx wiki page.

Read more

  • by Thomas Cashman
  • 2017-01-29 09:00:00 +0000

mini2Dx 1.4.3 released

Hey there mini2Dx community,

I’ve published mini2Dx 1.4.3 to Maven Central. This is a small update which prevents the UiContainer from blocking keyUp/buttonUp events if it never received the original keyDown/buttonDown down event.

To update your existing projects, see the Updating mini2Dx wiki page.

Read more

  • by Thomas Cashman
  • 2017-01-24 09:00:00 +0000

mini2Dx 1.4.2 released

Hey there mini2Dx community,

I’ve published mini2Dx 1.4.2 to Maven Central. This is a small update which adds some additional methods to the Tiled classes.

For a full changelog see the CHANGES file in the Github repository. To update your existing projects, see the Updating mini2Dx wiki page.

Read more

  • by Thomas Cashman
  • 2017-01-23 09:00:00 +0000

mini2Dx 1.4.1 released

Hey there mini2Dx community,

I’ve published mini2Dx 1.4.1 to Maven Central. This is a tiny update containing only 2 small additions to the API.

For a full changelog see the CHANGES file in the Github repository. To update your existing projects, see the Updating mini2Dx wiki page.

Read more

  • by Thomas Cashman
  • 2017-01-18 09:00:00 +0000

Adaptive UI for Video Games

In recent years, websites have begun to shift their designs towards the concept of “responsive web design” to accommodate for the growing mobile market. This approach allows a single website to adapt its layout and visuals to suit the screen size that it is viewed on. The popularity of this approach has seen frameworks such as Twitter Bootstrap and Foundation become the unofficial defaults for implementing web design.

Read more

mini2Dx is game programming simplified

An easy to use API with powerful features and plugins to help you build your next game