Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

LITIENGINE 🕹 The pure 2D java game engine.

License

NotificationsYou must be signed in to change notification settings

gurkenlabs/litiengine

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.

BuildQuality Gate StatusMaven CentralMIT LicenseDiscord chatFinancial 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 withTiled Editor)
  • Player Input via Gamepad/Keyboard/Mouse
  • Entity Framework

⚙️ Installation

🐘 Gradle

The LITIENGINE Java library is hosted on theMaven 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 ourGetting Started Guide.

📚 Documentation

TheLITIENGINE 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 theLITIENGINE forum hosted on Github or onDiscord 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 ourIssue 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 asgurkenlabs:

Steffen WilkeMatthias Wilke
steffen-wilkenightm4re94

💬 Links and Social Media

Sponsors and supporters

IndividualsOrganizations

JProfiler

Sponsor this project

    Packages

    No packages published

    Languages


    [8]ページ先頭

    ©2009-2025 Movatter.jp