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.
Anyone has tested for Purebasic with Rasperry ?
-
- Enthusiast
- Posts: 428
- Joined: Sat Feb 12, 2022 7:15 pm
Re: Anyone has tested for Purebasic with Rasperry ?
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.
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
PureBasic 6.21/Windows 11 x64/Ryzen 7900X/32GB RAM/3TB SSD
Synology DS1821+/DX517, 130.9TB+50.8TB+2TB SSD
Re: Anyone has tested for Purebasic with Rasperry ?
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)
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
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
Re: Anyone has tested for Purebasic with Rasperry ?
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.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)
-
- Enthusiast
- Posts: 428
- Joined: Sat Feb 12, 2022 7:15 pm
Re: Anyone has tested for Purebasic with Rasperry ?
Thanks to all for sharing to infos 

-
- Addict
- Posts: 1582
- Joined: Wed Nov 12, 2008 5:01 pm
- Location: Russia
Re: Anyone has tested for Purebasic with Rasperry ?
You can install Windows and PB for ARM64 on Raspberry PI 3, 4 and possibly 5 (not tested).
And develop applications for Windows.
And develop applications for Windows.
Re: Anyone has tested for Purebasic with Rasperry ?
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
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

Re: Anyone has tested for Purebasic with Rasperry ?
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.
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
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive