mrakakuy / kotlin-godot-wrapper

Godot wrapper for Kotlin/Native
Apache License 2.0
58 stars 12 forks source link

Feature/rework api code generation #7

Closed piiertho closed 4 years ago

piiertho commented 4 years ago

This enables api code generation using kotlin poet. The resulting code is more cleaner, like only needed classes and members are imported in generated classes. It has been tested on the sample projects running on Godot 3.0.6 as we have not yet update api to 3.1

piiertho commented 4 years ago

sorry ... Again wrong repo...