An open API service indexing awesome lists of open source software.

https://github.com/mini2dx/mini2dx

A high-level cross-platform 2D game development API
https://github.com/mini2dx/mini2dx

2d-game game-development gamedev gamedev-framework java libgdx mini2dx

Last synced: 14 days ago
JSON representation

A high-level cross-platform 2D game development API

Awesome Lists containing this project

README

        

mini2Dx
=======

![Continuous Integration](https://github.com/mini2Dx/mini2Dx/workflows/Continuous%20Integration/badge.svg)

A high-level game development API for LibGDX inspired by Slick

* [Website](https://mini2Dx.org/)
* [Wiki](https://github.com/mini2Dx/mini2Dx/wiki)
* [Community](https://mini2dx.org/community.html)
* [Javadoc](https://mini2dx.org/documentation.html)
* [Downloads](https://mini2dx.org/downloads.html)

Goals
---------------------

The main objective of mini2Dx is to provide a beginner-friendly, master-ready framework for rapidly prototyping and building 2D games in Java.

What's New
---------------------

__20th April 2019__

1.9.0 has been released as another in-between version of the 1.x API and 2.0 API. It is recommended upgrading to 1.9.0 to ease the transition to 2.0 later on. As previous stated, 1.9.x will only receive bug fixes and optimisations going forward. Once 2.0 is released, 1.9.x will be 100% community-driven.

__10th November 2018__

1.8.0 has been released as an in-between version of the 1.x API and 2.0 API. It is recommended upgrading to 1.8.0 to ease the transition to 2.0 later on. As previous stated, 1.8.x will only receive bug fixes and optimisations going forward. Once 2.0 is released, 1.8.x will be 100% community-driven.

__10th June 2018__

This is repository will be focused on development of the next generation of mini2Dx - 2.0. For 1.x development, see the [mini2Dx Vintage Edition](https://github.com/mini2Dx/mini2Dx-ve) repository. 1.x will receive bug fixes and optimisations during 2.0 development. Once 2.0 is released, 1.x will be 100% community-driven.

License
---------------------

The project is licensed under the BSD 3-Clause License.

Assets used for UATs are licensed under Creative Commons (Kenney.nl, Alexander Ehlers, Juan Rodriguez)

However, some classes are based on LibGDX's code and are licensed under the Apache License Version 2.0 per LibGDX's license. Such classes are placed under ```com.badlogic.gdx``` packages.

Contributing
---------------------

See the [Contributing Page](https://github.com/mini2Dx/mini2Dx/blob/master/CONTRIBUTING.md)