mseyne / frt

A Godot "platform" targeting single board computers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A Godot "platform" targeting single board computers.

License:Other


Languages

Language:C++ 89.3%Language:Python 4.3%Language:C 3.9%Language:Shell 1.4%Language:Makefile 1.1%