.FL 文件扩展名
Freelancer Saved Game File
| 开发者 | Microsoft |
| 受欢迎程度 |
3.0 | 4 票 |
什么是 FL 文件?
Save file created by Freelancer, a game where players adventure through missions as mercenaries in outer space; contains a saved game state, either manually or auto-saved; used to save and load in-game progress.
可打开 FL 文件的程序
FLUID GUI Design
| 开发者 | The FLTK Team |
| 受欢迎程度 |
2.5 | 2 票 |
An FL file is a graphical user interface (GUI) design created by FLUID (Fast Light User-Interface Designer), a GUI builder included with the Fast Light Toolkit (FLTK). It contains FLTK source code, which FLUID uses to show UI elements to developers. FL files are meant to be compiled into .CXX and .H files, before being included in a program.
更多信息
FLTK is a multiplatform C++ toolkit used to develop GUIs. One of the tools FLTK includes is FLUID, a visual GUI builder.
Developers use FLUID to create and edit GUIs using FLTK's included GUI widgets. FLUID projects are saved in FL files, which are comprised of FLTK source code. Typically, developers compile FL files into CXX and H files, using the command-line or in-app FLUID compiler, before including them in applications. However, an FL file can also be used to create a simple program, if all the program's code is contained in the FL file.
如何打开 FL 文件
FL files are meant to be opened in FLUID (multiplatform). To open an FL file in FLUID, select File → Open... from the program's menu bar.
Because FL files are plain text source code files, you can also open them in any text or source code editor, such as Microsoft Visual Studio Code (multiplatform).