DFXEngine is a collection of Java modules aimed towards game development, but with general purpose functionality. Despite its name, it is not a game engine, although it provides many features that a game engine also would. The source code is hosted on our GitLab instance and GitHub, and finished modules are hosted on Maven Central.
Here is a list of all modules in the project:
An Intellij Platform plugin exists for working with the Handles module, which suppresses suspicious collection method warnings when calling various HandleSet and HandleMap methods with Strings instead of Handles.
Javadocs for all modules are hosted on enginedoc.datafox.me. The current version lacks a lot of comments and descriptions, and will be updated the next time dev
gets merged to master
.