TODO list of ideas for tutorials
AlmasB opened this issue · 3 comments
AlmasB commented
- Piano app
- A game similar to hangman where letters are replaced by numbers, e.g. A = 1, B = 2, etc
- Ludo game
- Tower of Hanoi
- Print with graphics, text, print preview, multipage split
- Kotlin introduction
- Polynomial function vis
- Dialogs API
- Java - C++ communication via JNI
- Image editor: zoom, lasso, transparency
- ControlsFX
- JavaFX 3d maze game - FXGL - FXyz
- Jpro web example
- JavaFX custom bindings / properties
- client plugin - javafx on android
- compression
- Canvas vs PixelBuffer
- Pros and cons: JavaFX vs other GUIs
- Hide images inside images
- Live editor: two windows, one edits code, the other has live visualisation / drawing
87fahim commented
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.
legymhueck commented
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!
AlmasB commented
@legymhueck this is now completed. Please see link above