Packages 
Package Description
com.nerius.game
Defines a contract for simplifying logic of games and animations.
com.nerius.game.util
Implementation details for simplification of game/animation logic.
com.nerius.grafx
Base package for 2D and 3D rendering libraries, containing common code.
com.nerius.grafx.d2
2D rendering library: optimized pixelation of lines and polygons.
com.nerius.grafx.d3
3D rendering library: color interpolation, pixelation of lines and polygons, depth.
com.nerius.img
Code related to the transformation of raw pixel data to images for rendering.