Hi Canuma,
Java + JFX is a hog, not sure having these beasts fits the Tiny Core philosophy.
500+MB? compressed tcz ?MB. Boot time?
Works on Raspbian, but that is a 4GB+ OS so Java is only a small part.
Can do some interesting stuff out of the box, I did this real quick.
https://www.raspberrypi.org/forums/viewtopic.php?f=81&t=104117&p=730773#p730773Java + FX does work right now on Raspbian, needs some work which you have done to get it going on PiCore.
Yep Misalf, sorting out the PATH stuff is most of the work to get it running.
Still haven't found anything small that does the same accelerated stuff as easy yet.
The fact that Oracle has backed away from FX on ARM worries me a little.
But it still would be easier to backup a 600MB OS than a 4GB+ one.
Been looking at Ubuntu Snappy and Win10 IoT, they are around 500MB, but no GUIs.
Currently I'm thinking piCore plus some sort of native non X11 WebKit/WebGL for UI's.
There has been some work recently getting OpenGL to work on Pi's.
Processing 3 does work, slowly, it is a layer on top of Java.
If I need to do something quick or refactor the above project then PiCore + JFX will be worth another look.
When I get spare time
I may look at how hard it is to get Netbeans talking to piCore+Java.
Thinking about Pi 2 and Quad cores and future models it makes more sense to look at Go plus something like OpenGLxx.
A language that can handle parallel processes without heavy lifting. Go is a 32MB tcz + a GUI library ?MB
Regards
Gavin