×
Create a new article
Write your page title here:
We currently have 176 articles on Open Eggbert. Type your article name above or click on one of the titles below and start writing!



Open Eggbert
176Articles
Revision as of 16:04, 28 September 2024 by Robertvokac (talk | contribs)

Pixel is the game library (API), which Open Eggbert is built on.

API

Pixel is set of Java interfaces and several classes.

To use the Pixel Game Library, you have to use a backend (or implement a new one), which implements these interfaces.

Backends

Scene 2D

Scene 2D features are located in the package com.pixelgamelibrary.api.scene2d.

Pixel Scene 2D is inspired by LibGDX Scene 2D.