Skip to content

XernasDev/Photon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Photon

Photon is a lightweight Java graphics API wrapper designed to simplify rendering in game development and graphical apps.

It provides an abstraction layer over low-level graphics operations, making it easier to create and manage graphical content.

Main Features

  • Simplified Graphics Rendering - Provides an easy-to-use interface for rendering shapes, images, and text.

  • Modular Design - Structured to allow easy integration and extension.

  • Lightweight - Minimal dependencies to ensure fast performance and easy deployment.​

How to use

Just add the Jitpack repository to your pom.xml

<repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
</repository>

Then add the dependency !

<dependency>
    <groupId>com.github.XernasDev</groupId>
    <artifactId>Photon</artifactId>
    <version>2.0.0</version>
</dependency>

Building

Prerequisites

  • Java Development Kit (JDK) 8 or higher
  • Apache Maven​

Installation

Run the following command to build the project:

mvn clean install