Kickstart Kotlin Open JavaFX 14 Minecraft Game like UI
Easily create Kotlin based JavaFX Minecraft game using boilerplate Gradle DSL
GitHub https://github.com/dickensas/kotlin-gradle-templates/tree/master/minecraft-javafx
Kotlin Code
Easily create Kotlin based JavaFX Minecraft game using boilerplate Gradle DSL
GitHub https://github.com/dickensas/kotlin-gradle-templates/tree/master/minecraft-javafx
Kotlin Code
Easily create Kotlin based JavaFX using boilerplate Gradle DSL
GitHub https://github.com/dickensas/kotlin-gradle-templates/tree/master/kotlin-javafx
Kotlin Code
This article demonstrates easy way of generating C++ stub code including Java Generation for the corresponding C++ Classes using SWIG
The Gradle KTS project contains a sub module which contains the main source code, the header file and the SWIG file
The Gradle KTS is written in such way it will call the "swig" command line and generates the wrappers and copies the files to corresponding locations
The C++ compiler is auto chosen by Gradle cpp-library plugin, there is no need to write CMake or MakeFile or batch files for that
WebGLRenderingContext is a big API, it has 200+ properties and 100+ methods, writing a JavaScript stub and corresponding Kotlin stub is very difficult
We need to write 1400+ lines of JavaScript code and 3000+ lines Kotlin code
This Kotlin gradle script provides a simple approach to auto generate the stub and also compile the generated code to .klib
Gradle Stub Code in KTS
A simple JUnit 5 project with Gradle 6
GitHub: https://github.com/dickensas/kotlin-gradle-templates/tree/master/junit5
Easily create kotlin project from these boilerplate Gradle DSL Run in browser without additional JS packaging scripts
the Kotlin dependency is added in browser using below CDN
<script src="https://cdn.jsdelivr.net/npm/kotlin@1.3.50/kotlin.js"></script>
Source code available in GitHub