utiLITI Belt is an IntelliJ Plugin that easily generates a new LITIENGINE Project.
- Create a new LITIENGINE project with just a few clicks
- Automatically sets up folder structure, dependencies, and main class
- Includes basic resource folders
- Future plans: add more utilities to streamline game dev with LITIENGINE
| Description | Screenshot |
|---|---|
| Project Wizard UI | ![]() |
| LITIENGINE Project | ![]() |
| LITIENGINE Game Window | ![]() |
- Install a compatible JetBrains IDE, IntelliJ IDEA, or other IntelliJ-based IDEs
- Launch the IDE and open plugin settings
- Search for Utiliti Belt and click install
- Click New Project +
- Finally, click Utiliti Belt to create a new LITIENGINE project
new-project/
├── src/
│ └── main/
│ ├── java/
│ │ └──com.game
│ │ │ └── Main.java
│ └── resources/
│ ├── audio/
│ ├── localization/
│ ├── maps/
│ ├── misc/
│ └── sprites/
└── game.litidataJDK 23
Contributions are welcome! Feel free to open issues or submit pull requests.
- Fork the repo
- Create a feature branch (
git checkout -b feature/thing) - Commit your changes
- Push and open a PR
Have questions or feedback?
Open an issue or reach out on BlueSky / email


