Skip to content

xframes-project/xframes-freepascal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xframes-freepascal

Instructions

Install Free Pascal

Ubuntu

sudo apt install fpc

x64 arch

I have had to make a 'tweak' to the logic to prevent 'Invalid floating point operation' to be thrown.

rootNode.Add('id', 0.0);

instead of

rootNode.Add('id', 0);

On Windows and Raspberry Pi rootNode.Add('id', 0); works just fine.

Windows

There's no native x64 compiler for Windows. You need to first download the 32 bit compiler from

https://www.freepascal.org/down/i386/win32.html

Then you need to install the cross compiler

https://www.freepascal.org/down/x86_64/win64.html

Compiling the application

Compile for x64

fpc -Px86_64 main.pas

Running the application

Run main.exe

Screenshots

Windows 11

image

Ubuntu 24.04

Screenshot from 2025-01-15 00-28-16

Raspberry Pi 5

image

About

GPU accelerated UI development for Free Pascal

Topics

Resources

License

Stars

Watchers

Forks

Languages