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

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

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

*