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.
- Host: GitHub
- URL: https://github.com/introfog/pie-core
- Owner: introfog
- License: apache-2.0
- Created: 2020-01-19T16:28:49.000Z (over 5 years ago)
- Default Branch: develop
- Last Pushed: 2024-01-12T07:49:55.000Z (over 1 year ago)
- Last Synced: 2025-02-15T03:41:48.362Z (4 months ago)
- Topics: 2d-engine, java, maven
- Language: Java
- Homepage:
- Size: 1.46 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
PIE-Core
=========[](https://github.com/introfog/PIE2-Core/blob/develop/LICENSE.txt)
[](https://github.com/introfog/PIE2-Core/actions?query=workflow%3ABuild+branch%3Adevelop)
[](https://sonarcloud.io/dashboard?id=introfog_PIE-Core)
[](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.