Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.
/ Twig Public archive

A lightweight game library for JavaFX.

Notifications You must be signed in to change notification settings

jds691/Twig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twig

Important

Twig is not supported by me anymore due to the complexity required to maintain it for relatively little pay off.

Twig is a WIP lightweight game library powered by JavaFX. It is the most cursed API I have ever created.

Twig's features were built to facilitate a simple game project for my University course and as such are not the most robust or fully fleshed out.

Twig should not be used in production, if you need a JavaFX based game library I suggest you check out FXGL.

Installation

Twig is not published to the Maven Central Repository.

To use Twig for your own purposes clone the repository and open it's containing folder in the terminal.

Execute the following to add Twig to your local Maven repository:

mvn install

To include Twig in your project add the following to your pom.xml file:

<dependencies>
    <!--Your other dependencies here...-->

    <dependency>
        <groupId>com.neo</groupId>
        <artifactId>Twig</artifactId>
        <version>1.0-SNAPSHOT</version>
    </dependency>
</dependencies>

About

A lightweight game library for JavaFX.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages