Module fastj.library

The FastJ Game Library in its entirety.

This game library is split into two main parts: the framework with which to build games (every package except engine), and the engine running it (just package engine). FastJ does not use any external dependencies -- it relies entirely on Java 15's java.desktop module, using AWT and Swing to display output.

For more information, check out the github repository.