mmb.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of multimachinebuilder Show documentation
Show all versions of multimachinebuilder Show documentation
Dependency for the MultiMachineBuilder, a voxel game about building an industrial empire in a finite world.
THIS RELEASE IS NOT PLAYABLE. To play the game, donwload from >ITCH.IO LINK HERE< or >GH releases link here<
/**
*
*/
/**
* The ENTIRE MultiMachineBuilder base game
*
* It includes several modules:
*
* - BEANS - interfaces adding simple functionality to blocks and items
* - DATA - contains game data (sound, textures, settings, language etc...
* - DEBUG - contains logging utilities (they are heavily used)
* - ERRORS - contains utilities for handling errors
* - FILES - contains I/O and file utilities
* - GEOM - contains geometric calculations (matrices, shapes, vectors, mathematical models etc...
* - GL - contains OpenGL functionality (2D and 3D graphics, shaders, contexts, texture atlases etc...
* - GRAPHICS - contains simple graphics (texture generation, 9-patch images, color mappers and crossed boxes)
* - LAMBDAS - contains lambda functions and functional programming utilities
* - MENU - contains GUI components and GUIs
* - MODS - contains modloading and mod data utilities
* - WORLD (by far the largest) - everything related to the world and gameplay, indcluding GUIs
*
* @author oskar
*/
@javax.annotation.ParametersAreNonnullByDefault
package mmb;