An open API service indexing awesome lists of open source software.

https://github.com/korlibs/korge-intellij-plugin

Korge plugin for IntelliJ, featuring project wizard and some actions
https://github.com/korlibs/korge-intellij-plugin

Last synced: 3 months ago
JSON representation

Korge plugin for IntelliJ, featuring project wizard and some actions

Awesome Lists containing this project

README

          

## IntelliJ Korge plugin

![](screenshot.png)

Download from JetBrains plugin repository:

*

Download from releases:

*

### Building

```
./gradlew buildPlugin
```

Output: `build/distributions/KorgePlugin.zip`

### Executing from Source

```
./gradlew runIde
```

This should launch a new intelliJ Community Edition with the KorGE plugin.
You can open this project with IDEA and launch the `runIde` task via debugger
to be able to debug the plugin.

### Trying the Tiled Editor

```
./gradlew runDebugTilemap
```