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
- Host: GitHub
- URL: https://github.com/korlibs/korge-intellij-plugin
- Owner: korlibs
- License: other
- Created: 2019-11-30T21:26:48.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-10-04T23:29:43.000Z (over 2 years ago)
- Last Synced: 2025-04-23T05:42:02.150Z (about 1 year ago)
- Language: Kotlin
- Homepage: https://plugins.jetbrains.com/plugin/9676-korge/
- Size: 1.34 MB
- Stars: 14
- Watchers: 10
- Forks: 8
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
## IntelliJ Korge plugin

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
```