Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement EditorApplication type #937

Open
1 task
AlmasB opened this issue Jan 19, 2021 · 0 comments
Open
1 task

Implement EditorApplication type #937

AlmasB opened this issue Jan 19, 2021 · 0 comments
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

Comments

@AlmasB
Copy link
Owner

AlmasB commented Jan 19, 2021

In addition to games (which extend GameApplication), FXGL can be used to develop editors. Example: dialogue editor. Editors typically share some functionality:

  • An infinite grid that can be traversed by clicking and dragging the mouse
  • Zoom in and out on a specific point
  • Z-axis rotations
  • Select 1 or more items in the editor
  • Change properties of selected items
  • Toolbar
  • Preferences

Therefore, it could be useful to implement these into an EditorApplication supertype. This type is likely to live in a new module that depends on fxgl, 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 from GameApplication.

  • Also need to consider how to generalize MouseGestures from dialogue editor to take into account rotate/scale

Any thoughts / ideas / suggestions on this are welcome.

@AlmasB AlmasB added type:new feature Adding a feature that isn't currently present help wanted Contributions welcome / high PR acceptance rate difficulty:hard Time-consuming / with API design elements labels Jan 19, 2021
@AlmasB AlmasB added the lang:java-or-kotlin Can be done in Java or Kotlin label Feb 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

1 participant