pandemonium_engine/platform/frt
2024-07-21 10:40:17 +02:00
..
bits Fix building frt. 2024-07-21 10:10:09 +02:00
dl Fix building frt. 2024-07-21 10:10:09 +02:00
doc Fix typos with codespell. 2022-12-22 19:51:25 +01:00
export Clang-format everything. 2024-04-21 15:27:36 +02:00
import Clang format everything. 2024-07-16 21:23:54 +02:00
include File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
patches
porting File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
.clang-format
.gitignore
.travis.yml
CREDITS.txt
detect.py Fix building frt. 2024-07-21 10:10:09 +02:00
envprobe.cpp File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
frt_options.cpp Rename a file. Also fix naming frt's executable. 2024-04-21 12:28:24 +02:00
frt.h Fix building frt. 2024-07-21 10:10:09 +02:00
gles2_egl.h File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
keyboard_linux_input.cpp File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
keyboard_x11.cpp File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
LICENSE_GODOT.txt
LICENSE.txt
Local.mk Rename a file. Also fix naming frt's executable. 2024-04-21 12:28:24 +02:00
logo.png
Makefile
mouse_linux_input.cpp File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
mouse_x11.cpp File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
os_frt.cpp Clang format everything. 2024-07-21 10:40:17 +02:00
pandemonium_frt.cpp Clang-format everything. 2024-04-21 15:27:36 +02:00
platform_config.h File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
README.md
release.sh Rename a file. Also fix naming frt's executable. 2024-04-21 12:28:24 +02:00
SCsub Fix building frt. 2024-07-21 10:10:09 +02:00
video_bcm.cpp File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
video_fbdev.cpp Fix building frt. 2024-07-21 10:10:09 +02:00
video_kmsdrm.cpp File copyright header updates pt9. 2023-12-18 00:25:33 +01:00
video_x11.cpp File copyright header updates pt9. 2023-12-18 00:25:33 +01:00

FRT 1.x

patreon: efornaralabs https://github.com/efornara/frt https://github.com/efornara/frt/tree/1.x - 265ddf153c3350b10c4b4c1fd08ddf6cfb67be91

FRT

Godot is a full 2D and 3D game engine with editor.

FRT is a Godot "platform" targeting single board computers. In plain English, you can export a Godot game to most of them by using FRT binaries, as long as the game has been designed with the limitation of the hardware in mind.

When (not) to use FRT

Godot comes with a generic X11 platform that works very well on Pis, as long as you enable the experimental OpenGL driver (not needed on a Pi 4, not recommended on Pi 0-1).

So, in general, if you are only interested in exporting games for Pis starting from the Pi 2, your best option is probably to compile an ARM export template yourself starting from the official Godot source code.

How to use FRT

Precompiled versions of FRT can be found here:

https://sourceforge.net/projects/frt/files/

And instructions of how to export a game from the Godot editor running on your PC here.

If you have come across an FRT game and it is running on the console, you can press Win+Q to close it.

This is the list of meta (Win) keys recognized by FRT when running on the console (i.e. non on X11):

Meta Action
Q Quit
F Toggle fullscreen
W Change window gravity
K Grab / ungrab the keyboard
M Grab / ungrab the mouse
Return Mouse Left Button (virtual mouse)
Cursor Keys Mouse Motion (virtual mouse)

The virtual mouse keys are available only if a keyboard is found, but a mouse is not.

User Info

Hardware Info

Developer Info