Skip to content
This repository has been archived by the owner on Nov 6, 2019. It is now read-only.

Latest commit

 

History

History
25 lines (20 loc) · 550 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 550 Bytes

Godot-Kotlin

Kotlin language bindings for the Godot Engine's GDNative API.

WARNING: These bindings are currently still under development

Setup

1.Clone the repository

git clone https://github.com/zerotwoone/godot-kotlin

2.Build libraries

./gradlew gdnative:build

3.Install klib into local repository

klib install gdnative/build/konan/libs/${ARCH}/gdnative.klib

Where ${ARCH} your architecture

Tutorial

ASAP