Package ActiverseEngine


package ActiverseEngine
  • Classes
    Class
    Description
    Provides utility methods to start and stop the Activerse application.
    Represents an image loader for loading images from files.
    Provides utility methods to retrieve information about the mouse pointer location and detect mouse clicks.
    Represents a sound player for playing audio files.
    The base class for all actors in the world.
    Camera - Viewport management system for following actors and scrolling worlds Essential for infinite world generation and smooth camera movement
    Manages collision detection between actors in the world.
    ConfigPuller - Utility for loading configuration from Activerse.properties Provides centralized configuration management for ActiverseEngine applications
    Represents a highly parallelized game loop maximizing CPU usage while maintaining stability.
    Represents an item in the Activerse game engine.
    Provides utility methods to retrieve information about keyboard input.
    MemoryTracker class is used to track memory usage of the game along with other statistics
    Represents the world where actors interact.