Coder Social home page Coder Social logo

gurkenlabs / litiengine Goto Github PK

View Code? Open in Web Editor NEW
702.0 32.0 90.0 10.85 MB

LITIENGINE ๐Ÿ•น The pure 2D java game engine.

Home Page: https://litiengine.com/

License: MIT License

Java 100.00%
java tilemap game-engine 2d 2d-game-engine tmx 2d-rendering-engine sound-engine physics-engine litiengine

litiengine's Introduction

LITIENGINE Logo

LITIENGINE is a free and open source Java 2D Game Engine. It provides a comprehensive Java library and a dedicated map editor to create tile-based 2D games.

Build Quality Gate Status Maven Central MIT License Discord chat Financial Supporters

๐ŸŽฎ Main Features

  • Basic Game Infrastructure (GameLoop, Configuration, Resource Management, Logging, ...)
  • 2D Render Engine (GUI Components, Spritesheet Animations, Ambient Lighting, Particle System, ...)
  • 2D Sound Engine (support for .wav, .mp3 and .ogg)
  • 2D Physics Engine
  • Support for Tile Maps in .tmx format (e.g. made with Tiled Editor)
  • Player Input via Gamepad/Keyboard/Mouse
  • Entity Framework

โš™๏ธ Installation

๐Ÿ˜ Gradle

The LITIENGINE Java library is hosted on the Maven Central Repository, i.e. fetching it with Gradle is as simple as configuring your source repository and defining the dependency as shown below.

Groovy syntax:

repositories {
    mavenCentral()
}

dependencies {
  implementation 'de.gurkenlabs:litiengine:0.8.0'
}

Kotlin Syntax:

repositories {
    mavenCentral()
}

dependencies {
  implementation("de.gurkenlabs:litiengine:0.8.0")
}

Other ways of installing and using LITIENGINE

For alternative ways of downloading and applying LITIENGINE to your project, visit our Getting Started Guide.

๐Ÿ“š Documentation

The LITIENGINE documentation contains in-depth explanations, guides, and tutorials for general concepts of the engine.

Javadocs

If you are searching for a particular method or class within the API or just want to further explore the engine's capabilities and structure, the Javadocs are a good place to start: Javadocs

Questions

You've found yourself trying to work out a feature of the engine that is not yet documented? Join our community in the official LITIENGINE forum or on Discord for troubleshooting.

Bugs and Issues

You've encountered an obvious issue or bug with LITIENGINE or want to request enhancements and features? File an issue in our Issue Tracker.

๐Ÿ“ฆ Libraries Used

utiLITI

Other Recommended Libraries

๐Ÿค Contributing

If you've decided to help out with LITIENGINE's development - you're awesome! And here's what you need to to:

Star History (Compared with other 2D java game libraries / frameworks / engines)

Star History Chart

Contact

LITIENGINE is created by two Bavarian brothers known as gurkenlabs:

Steffen Wilke Matthias Wilke
steffen-wilke nightm4re94

๐Ÿ’ฌ Links and Social Media

Sponsors and supporters

Individuals Organizations

JProfiler

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.