ValV
07/07/2019, 1:37 AMDico
07/07/2019, 1:39 AMValV
07/07/2019, 1:48 AMjava.io.Console
napperley
07/07/2019, 1:50 AMValV
07/07/2019, 1:54 AMnapperley
07/07/2019, 1:57 AMValV
07/07/2019, 2:00 AMnapperley
07/07/2019, 2:27 AMValV
07/07/2019, 2:31 AMgildor
07/07/2019, 3:46 AMAgree, especially with JavaFXGood luck with distributing native application with UI for different platforms
ValV
07/07/2019, 4:25 AMgildor
07/07/2019, 5:00 AMValV
07/07/2019, 5:15 AMgildor
07/07/2019, 5:33 AMinstalling JVM + JavaFX is a nightmareJavaFx module jus should be bundled to your app, so you can run it on JVM without Fx
From ordinary user’s view installing JVM is a painDefinitely not more than installing Qt or Gtk, otherwise you have to bundle it. And if you bundle everything it’s not different from bundling whole JVM using jlink
Robert Jaros
07/07/2019, 12:59 PMValV
07/07/2019, 3:10 PMnapperley
07/07/2019, 9:43 PMValV
07/08/2019, 12:07 AMgildor
07/08/2019, 12:53 AMValV
07/08/2019, 1:54 AMgildor
07/08/2019, 2:01 AMValV
07/08/2019, 2:07 AMgildor
07/08/2019, 2:09 AMalternative when terminal emulator is not availableAnd when it’s not available?
ValV
07/08/2019, 2:10 AMgildor
07/08/2019, 2:10 AMValV
07/08/2019, 2:11 AMgildor
07/08/2019, 2:11 AMWhen a program is launched via linkBut there is no universal way to do that, you need some integration with operation system for this
some other GUIWhat kind UI? I also don’t think that there is any OS-independent solution
ValV
07/08/2019, 2:13 AMnapperley
07/08/2019, 10:26 PMValV
07/09/2019, 8:01 AMgildor
07/09/2019, 10:04 AMValV
07/09/2019, 12:29 PMgildor
07/09/2019, 12:35 PMValV
07/09/2019, 1:03 PMrectA + rectB
or captureDevice >> frameToProcess
, but with Java it would be just rectA.add(rectB)
or captureDevice.read(frameToProcess)
. I was thinking that it would be nice to have C++ interop because of operator overloading in both C++ and Kotlingildor
07/09/2019, 1:21 PM