.FGROM File Extension
FragRoom Shader File
Developer | siljamdev |
Popularity |
2.0 | 1 Vote |
What is an FGROM file?
An FGROM file is a fragment shader file used by siljamdev FragRoom, an application for running fragment shaders offline on a desktop computer. It contains two main sections comprised of plain text: special FragRoom configuration options and OpenGL Shading Language (GLSL) code. The configuration options control aspects of the FragRoom window, such as its title, maximum frames per second (FPS), and other runtime settings, while the GLSL section contains the shader program itself, which is processed and rendered by the application.
More Information
GLSL is a C-like programming language used to write shaders, which are small programs that run on a computer’s graphics processing unit (GPU). Any user can create or edit an FGROM file using a standard text editor, making the format accessible to both shader developers and hobbyists who want to experiment with visual effects outside of a web browser or online shader platform.
How to open an FGROM file
You can open FGROM files with FragRoom in Windows. While other shader tools could open the GLSL portion of an FGROM file, the added configuration options are specific to FragRoom and may cause errors in programs that do not recognize them.
Since FGROM files store plain text, you can also open them with a source code or plain text editor. Some options include Microsoft Visual Studio Code, Microsoft Notepad, and Apple TextEdit.