FXTutorials icon indicating copy to clipboard operation
FXTutorials copied to clipboard

TODO list of ideas for tutorials

Open AlmasB opened this issue 8 years ago • 3 comments

  • [x] Piano app
  • [ ] A game similar to hangman where letters are replaced by numbers, e.g. A = 1, B = 2, etc
  • [ ] Ludo game
  • [x] Tower of Hanoi
  • [ ] Print with graphics, text, print preview, multipage split
  • [ ] Kotlin introduction
  • [x] Polynomial function vis
  • [x] Dialogs API
  • [x] Java - C++ communication via JNI
  • [ ] Image editor: zoom, lasso, transparency
  • [ ] ControlsFX
  • [ ] JavaFX 3d maze game - FXGL - FXyz
  • [ ] Jpro web example
  • [x] JavaFX custom bindings / properties
  • [x] client plugin - javafx on android
  • [x] compression
  • [ ] Canvas vs PixelBuffer
  • [ ] Pros and cons: JavaFX vs other GUIs
  • [x] Hide images inside images
  • [ ] Live editor: two windows, one edits code, the other has live visualisation / drawing

AlmasB avatar Aug 23 '17 15:08 AlmasB

Please do the Ludo game. I did wrote some code but I could put the pieces together to finish the game. I have problem with animation of this Ludo game.

87fahim avatar Apr 22 '20 20:04 87fahim

As I have suggested the Towers of Hanoi game, I would very much like to see that. In Germany, the Towers of Hanoi are part of upper sixth form introduction to recursion. I think I've already succeeded in making my students like JavaFX (over AWT or SWING) which long-standing teachers and professors are reluctant to adopt. There are some really ugly GUIs that I have to use, e.g. for displaying tree structures example

Thanks for the awesome projects!

legymhueck avatar Apr 25 '20 12:04 legymhueck

@legymhueck this is now completed. Please see link above

AlmasB avatar Aug 01 '20 20:08 AlmasB