External interfacing with Pharo on Pi
Hope to get some time next weekend to play again with Pharo on the Pi as I have Pharo running now [1]. Currently wonder what is possible to interact with the shell/commands or Raspbian. Is OSProcess or NativeBoost known to work on the Pi? Would like to trigger some commands using a Pharo UI. Any experience one can share? Thx T. [1] https://www.youtube.com/watch?v=sfxFqQIuawg
Le 17/06/2015 10:35, Torsten Bergmann a écrit :
Hope to get some time next weekend to play again with Pharo on the Pi as I have Pharo running now [1].
Cool!
Currently wonder what is possible to interact with the shell/commands or Raspbian. Is OSProcess or NativeBoost known to work on the Pi?
I'm sure NativeBoost doesn't work; OSProcess should work if the plugin has been compiled in the vm. Thierry
Would like to trigger some commands using a Pharo UI.
Any experience one can share?
Thx T.
I use OSProcess to play video files with omxplayer (the built in video player in raspbian), and it works fine. -- View this message in context: http://forum.world.st/External-interfacing-with-Pharo-on-Pi-tp4832762p483287... Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
participants (3)
-
Attila Magyar -
Thierry Goubier -
Torsten Bergmann