All Downloads are FREE. Search and download functionalities are using the official Maven repository.

mmb.package-info Maven / Gradle / Ivy

Go to download

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<

There is a newer version: 0.6
Show newest version
/**
 * 
 */
/**
 * 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;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy