Re: What is the status of Euphoria V4.10?
- Posted by irv Jan 24, 2019
- 4018 views
...compile EuGTK programs on my Linux machine to be run on my Raspberry Pi.
Irv, what are some of the projects you've done that you run on the RPi? I've always wanted to experiment and tinker, but I was never sure how to get started.
Thanks for asking - I was going to point you to some code on my EuGTK page in the wiki, but it seems to have disappeared Anyway, EuGTK works on the RPi, so you can build most any program you want. Binding is quick, and works just about as well as compiling (which takes a loong time).
So far, I've written a little CPU and GPU temperature monitor that stays on screen and notifies if things get too hot. That's a real consideration with a RPi that's running 24/7. I use that Raspberry Pi with flightaware to monitor aircraft traffic.
Other things I've tinkered with include controlling security cameras. The RPi can use cheap webcams and servos to move them. Somewhere I also have a couple of programs with nice user interfaces that let me read and write ports on Arduinos - would have to search for those.

