Skip to content

Writing plugins

Nikolaus Knop edited this page Oct 13, 2020 · 2 revisions

With this tutorial you can learn, how to create structured editors using the Hextant framework. To understand the tutorial, you should have a pretty good grasp of the Kotlin language, as the complete framework is written in Kotlin. Working with Java is theoretically possible, but will prove to be very cumbersome.
Additionally, you should know how to create graphical user interface with the JavaFX framework and are expected to know the Gradle build tool.

Overview

It is recommended to read the individual articles in the following order:

There are also tutorials about more advanced and implementation-specific topics: