Thanks to visit codestin.com
Credit goes to github.com

Skip to content

FPG Editor is a cross-platform desktop application for editing FPG, FNT and PRG files used in BennuGD, Fenix and related game engines

License

Notifications You must be signed in to change notification settings

humbertodias/fpg-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cd Ask DeepWiki GitHub all downloads

FPG Editor

FPG Editor is a cross-platform desktop application for editing FPG, FNT and PRG files used in BennuGD, Fenix and related game engines. It runs on Linux, macOS, and Windows built with Lazarus.

Forked from the original FPG Editor and updated for modern 64-bit systems.

Download the latest release

Run Instructions

gtk2

Screenshot Linux

make run/lin
cocoa

Screenshot macOS

make run/mac
win32

Screenshot Windows

make run/win

Supported Files

1. FPG – Fenix Picture Group

A collection of images (sprites, tiles, backgrounds) stored together in a single package.

FPG Example

2. FNT – Font

A bitmap-based font definition for displaying text in BennuGD or Fenix.

FNT Example

3. PRG – Program

The main program file containing the game logic, processes, and code.

PRG Example

4. Others

File type with description
Extension Meaning Function
.PRG Program Main game or program code (source or compiled)
.INC Include Auxiliary file with functions or shared data
.DCL Declare Declarations of variables, processes, and constants
.FPG Fenix Picture Group Image group (sprites, tiles, etc.)
.FNT Font Bitmap font used for displaying text
.MAP Map Single image file (often part of an FPG)
.PAL Palette Color palette file

About

FPG Editor is a cross-platform desktop application for editing FPG, FNT and PRG files used in BennuGD, Fenix and related game engines

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages