Skip to content

Graphics

Anton Ekström edited this page Sep 4, 2021 · 1 revision

Graphics

The andioopp.gfx package contains an API and implementations for creating a window and rendering sprites to it.

Implementation

Currently, the package only has an implementation using JavaFX. Though, one could perhaps also write an implementation using Swing, or any other graphics library.

Clone this wiki locally