Anyone has tested for Purebasic with Rasperry ?

Everything else that doesn't fall into one of the other PB categories.
threedslider
Enthusiast
Enthusiast
Posts: 428
Joined: Sat Feb 12, 2022 7:15 pm

Anyone has tested for Purebasic with Rasperry ?

Post by threedslider »

Anyone has tested for Purebasic with Rasperry ? If yes ? What is your experience from that ? Is it difficult for embedded system in programming ?

Thanks a lot.
User avatar
jacdelad
Addict
Addict
Posts: 2027
Joined: Wed Feb 03, 2021 12:46 pm
Location: Riesa

Re: Anyone has tested for Purebasic with Rasperry ?

Post by jacdelad »

I did. Installation was a bit of work, but someone in the German forum wrote a script which automates this. So run it and relax.
PureBasic itself worked nice (tried 6.00 on a RasPi 400), I had no problems so far. Just did a small project to test whether it works at all.
Some others here already did a lot more.
Good morning, that's a nice tnetennba!

PureBasic 6.21/Windows 11 x64/Ryzen 7900X/32GB RAM/3TB SSD
Synology DS1821+/DX517, 130.9TB+50.8TB+2TB SSD
User avatar
mk-soft
Always Here
Always Here
Posts: 6309
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: Anyone has tested for Purebasic with Rasperry ?

Post by mk-soft »

Works exactly like the installation on Linux x86/x64 systems.
Just stick to the instructions for Linux.
Runs with me on a PI 5 super fast.
A tip
Under Raspberry, set from Wayland to X11 back. There are restrictions at Wayland (OpenGLGadget, Systray)
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
User avatar
CDXbow
Enthusiast
Enthusiast
Posts: 104
Joined: Mon Aug 12, 2019 5:32 am
Location: Oz

Re: Anyone has tested for Purebasic with Rasperry ?

Post by CDXbow »

mk-soft wrote: Tue Sep 16, 2025 7:26 pm Works exactly like the installation on Linux x86/x64 systems.
Just stick to the instructions for Linux.
Runs with me on a PI 5 super fast.
A tip
Under Raspberry, set from Wayland to X11 back. There are restrictions at Wayland (OpenGLGadget, Systray)
I had to do the same to get PB to run. We have had many problems due to Wayland, it broke so many things. I'm not sure the Pi using Wayland by default was a good idea at this point in time. There was a bit on denial in the pi forums by the devs that it was breaking so many things.
threedslider
Enthusiast
Enthusiast
Posts: 428
Joined: Sat Feb 12, 2022 7:15 pm

Re: Anyone has tested for Purebasic with Rasperry ?

Post by threedslider »

Thanks to all for sharing to infos :D
User_Russian
Addict
Addict
Posts: 1582
Joined: Wed Nov 12, 2008 5:01 pm
Location: Russia

Re: Anyone has tested for Purebasic with Rasperry ?

Post by User_Russian »

You can install Windows and PB for ARM64 on Raspberry PI 3, 4 and possibly 5 (not tested).
And develop applications for Windows.
benubi
Enthusiast
Enthusiast
Posts: 227
Joined: Tue Mar 29, 2005 4:01 pm

Re: Anyone has tested for Purebasic with Rasperry ?

Post by benubi »

It should work just fine with the current Raspberry OS (linux). It has only C backend but I see no drawbacks there. On RP4 the 3D examples work for me only at 15 FPS but I use full resolution 1920x1080 which must be a brake on performance. I haven't used it in weeks but I like to test things on it, console and network programs preferably but also anything else. Mouse support is still poor for me (I might have overlooked the trick) so I suggest to use joystick/gamepad controls for 2D and 3D apps when using Linux; it's a thing to invest in no matter the platform. The raspbian OS comes with preinstalled VNC server you only need the client on your PC, and then you can easily use purebasic and the desktop apps; but it won't be good quality if you try 2d/3d full screen apps, for this you should directly plug a monitor to the Rpi.

It reportedly works very well on RPi 5 - I have none but a user here tested it, it loads and compiles at least 2x as fast on the newer one. Loading and compile times are significantly longer than when you use a PC, and sometimes the IDE may seem to react slowly (this might partially be due to the VNC connection) but it is very usable imo! Best practice is to close all unused source files, especially the big ones, or it can take a "very" long time to start the IDE :wink:
User avatar
mk-soft
Always Here
Always Here
Posts: 6309
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: Anyone has tested for Purebasic with Rasperry ?

Post by mk-soft »

What I miss with the Raspberry PI OS is the dynamic mouse acceleration we have with Windows, macOS, or Linux PCs.
However, I haven't found any other mouse drivers that do this yet.
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
Post Reply