FXTutorials
FXTutorials copied to clipboard
TODO list of ideas for tutorials
- [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
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.
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 this is now completed. Please see link above