Found 2 records for the .MUI file extension name
There are 1 other file types with the "MUI" extension name:
.mui - MultiLanguage Windows Resource File
.pub - Microsoft Publisher document
.cdr - CorelDRAW vector image
.mdi - Microsoft Office Document Imaging file format
.psd - Adobe Photoshop graphics
.eps - Adobe Illustrator text and graphics (Encapsulated PostScript)
.dda - Import file format used with TNTmips
.psf - ArcSoft PhotoStudio File image format
.abr - Adobe Photoshop brush file
file extension MUI - Opengl Glut file
File extension MUI description:
GLUT makes it considerably easier to learn about and explore OpenGL programming.Associated applications to file extension MUI:
Company / developer:
OpenGL.org
GLUT (pronounced like the glut in gluttony) is the OpenGL Utility Toolkit, a window system independent toolkit for writing OpenGL programs. It implements a simple windowing application programming interface (API) for OpenGL. GLUT makes it considerably easier to learn about and explore OpenGL programming. GLUT provides a portable API so you can write a single OpenGL program that works on both Win32 PCs and X11 workstations.
GLUT is designed for constructing small to medium sized OpenGL programs. While GLUT is well-suited to learning OpenGL and developing simple OpenGL applications, GLUT is not a full-featured toolkit so large applications requiring sophisticated user interfaces are better off using native window system toolkits like Motif. GLUT is simple, easy, and small. My intent is to keep GLUT that way.