Ron June Valdoz
Ron June Valdoz
It's a good plugin to add in intellij idea
Is there a plan to support other model formats? Like collada dae
I want to help adding provinces, towns, brgy/districts etc. feature, How can I add the missing datas @antonioribeiro
Having an issue using koin-ktor:3.2.0-beta-1 Could not resolve io.insert-koin:koin-ktor:3.2.0-beta-1 ## Gradle ```kotlin repositories { mavenCentral() maven { url = uri("https://maven.pkg.jetbrains.space/public/p/ktor/eap") } } dependencies { // Koin implementation("io.insert-koin:koin-ktor:$koinVersion") implementation("io.insert-koin:koin-logger-slf4j:$koinVersion") } ```...
### Requesting for milestone and ways of communication about the project like discord Can you include the possible feature in the future? I am interested in this project because and...
`EntityListener` handles when the entity is added or removed. My problem is when I remove the entity from the engine, while this entity is being used as `Component` owner, it...
In this below code method, I've tested creating and removing entity, because I'm planning to create bullet pool this way. ``` public void build () { Entity bulletTest1 = createBullet(0,0);...
#Feature request: I am looking for an option to: - Customize mode to XYZ euler - Remove animations when exported - Set default animation/armature name - Set default scale
I have recently implemented the `FlexBox` widget locally, maybe this could be added as future library? [gdx-flexbox](https://github.com/lyze237/gdx-FlexBox)  ```kotlin // my initial implementation flexBox { label("Item 1") { setAlignment(Align.center) }.flex...