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

https://github.com/introfog/pie-core

PIE-Core is a fast physics 2D engine library on Java.
https://github.com/introfog/pie-core

2d-engine java maven

Last synced: 3 months ago
JSON representation

PIE-Core is a fast physics 2D engine library on Java.

Awesome Lists containing this project

README

        

PIE-Core
=========

[![License](https://img.shields.io/github/license/introfog/PIE2-Core?logo=Apache-2.0)](https://github.com/introfog/PIE2-Core/blob/develop/LICENSE.txt)
[![Build](https://github.com/introfog/PIE2-Core/workflows/Build/badge.svg?branch=develop)](https://github.com/introfog/PIE2-Core/actions?query=workflow%3ABuild+branch%3Adevelop)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=introfog_PIE-Core&metric=coverage)](https://sonarcloud.io/dashboard?id=introfog_PIE-Core)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.introfog.pie/root/badge.svg)](https://mvnrepository.com/artifact/com.github.introfog.pie)

### Main
PIE-Core is a fast physics 2D engine library on Java.

PIE-Core consist of three modules:
* **Core** - main engine logics, such as: broad and narrow phase and collisions resolving.
* **Assessment** - different benchmark and algorithmic tests.
* **Test** - code for organizing unit tests.

### Others

Work on the project is slow, because I do it in my free time from studies and main work.
You can track the progress in the GitHub project.

I will be glad to any suggestions and your pull request.