Tolsi / korge-fleks-hello-world

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Korge-Fleks Hello World Template

This is a template for setting up a project with KorGE game engine and version 2.x of Fleks Entity Component System (ECS). It uses gradle with kotlin-dsl. You can open this project in IntelliJ IDEA by opening the folder or the build.gradle.kts file.

Korge-Fleks is maintained by @jobe-m

Korge version

Korge version needs to be updated in gradle/libs.versions.toml:

[plugins]
korge = { id = "com.soywiz.korge", version = "4.0.0-rc4" }

Fleks version

Fleks ECS version needs to be updated in the kproject file deps.kproject.yml:

dependencies:
- https://github.com/korlibs/korge-fleks/tree/02fed30e752cc14c71cecafbdee2882c95d99e64/korge-fleks

More information

For more information how to compile and run this example please continue to read the Korge Hello-World example README file.

For more general information how to use Fleks ECS please have a look in the Fleks Wiki. Make sure to read version 2.x there!

Checkout the Korge-Fleks README to learn which Korge-ready ECS systems and component configurations already exist which you can reuse!

About

License:MIT License


Languages

Language:Kotlin 95.8%Language:Shell 4.2%