Implement EditorApplication type #937
Labels
difficulty:hard
Time-consuming / with API design elements
help wanted
Contributions welcome / high PR acceptance rate
lang:java-or-kotlin
Can be done in Java or Kotlin
type:new feature
Adding a feature that isn't currently present
In addition to games (which extend
GameApplication
), FXGL can be used to develop editors. Example: dialogue editor. Editors typically share some functionality:Therefore, it could be useful to implement these into an
EditorApplication
supertype. This type is likely to live in a new module that depends onfxgl
, similar to the dialogue editor module. Some of the dialogue editor code will be useful here. After this new module is ready, the dialogue editor can extend from it rather than fromGameApplication
.Any thoughts / ideas / suggestions on this are welcome.
The text was updated successfully, but these errors were encountered: