Package technology.sola.engine.defaults


package technology.sola.engine.defaults
This package provides classes that provide default functionality to build games with using the various areas of code throughout the sola-game-engine.
  • Classes
    Class
    Description
    SolaGraphics provides default rendering capabilities while also allowing for adding new rendering capabilities via SolaGraphicsModules.
    SolaPhysics configures several physics systems in a default configuration.
    SolaWithDefaults extends Sola with some default behaviors that many games will find useful, such as default physics configurations and rendering options.