https://github.com/korlibs/korge-compose
Composable support for KorGE Game Engine
https://github.com/korlibs/korge-compose
Last synced: about 1 year ago
JSON representation
Composable support for KorGE Game Engine
- Host: GitHub
- URL: https://github.com/korlibs/korge-compose
- Owner: korlibs
- Created: 2022-05-26T14:05:43.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-13T19:01:48.000Z (almost 2 years ago)
- Last Synced: 2025-04-02T08:51:12.873Z (about 1 year ago)
- Language: Kotlin
- Homepage:
- Size: 442 KB
- Stars: 21
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# korge-compose
KProject adding support for [Compose Multiplatform](https://www.jetbrains.com/lp/compose-mpp/) composables to KorGE and Korlibs
## Usage
Add this line to your kproject dependency file:
### `deps.kproject.yml`
```yaml
dependencies:
- git::korge-compose::korlibs/korge-compose::/korge-compose::c6a980492155bb2cc480e3beda0fef4d6312ac3b
```
You also have to apply the [compose plugin](https://plugins.jetbrains.com/plugin/16541-compose-multiplatform-ide-support) in IntelliJ like in the example
## Example
*