.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).