io.github.espressoengine.Scene Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of espresso Show documentation
Show all versions of espresso Show documentation
A simple and lightweight game engine for Java using Swing.
The newest version!
package io.github.espressoengine;
import java.util.ArrayList;
import java.awt.Color;
import io.github.espressoengine.object.Object;
import java.util.Comparator;
import java.util.concurrent.Executors;
/**
* Organizes and contains main JyGame components. Each scene contains a window and list of objects to draw, along with some extra functions.
*
* @author pastthepixels
* @version $Id: $Id
*/
public class Scene {
// INSTANCE VARIABLES
public Window window;
public ArrayList