// This file must be placed in one of the following directories: // * Linux // * directory with application; // * user home directory (/home/username/); // * Windows // * directory with application; // * directory for application-specific data (/Documents and Settings/username/Application Data/); // * Mac OS X // * directory with application; // * /Users/username/Library/Caches/; // * WindowsCE (Windows Mobile) // * root of local filesystem (/); // * directory for application-specific data (/Documents and Settings/username/Application Data/). // Remove the '//' symbol to enable (uncomment) the string. // Maximum number of Pixilang containers (default - 8192): pixi_containers_num 16384 // Window name: windowname Pixilang // Window width and height: //width 850 //height 680 width 800 height 600 // Use this option for setting maximal number of frames per second: // ( less value - less CPU usage ) maxfps 60 // for fractals and other high-iteration processes //maxfps 120 // Uncomment this option for screen rotate (device dependent): // ( example of usage: rotate 90 //turn the screen by 90 degrees ) //rotate 90 // Uncomment this option if you want fullscreen mode in Linux (SDL): //fullscreen // Uncomment this option if you want to launch the app without the window (pure console mode without UI): //nowin // Uncomment this option if your device has touchscreen without pen (stylus), // or if you just want a large buttons: //touchcontrol // Sound buffer size (in frames): //buffer 1024 // Audio device name: // * name examples for ALSA (Linux): "hw:0,0", "hw:1,0"; // * name examples for other audio systems: "0" - first device; "1" - second device; //audiodevice hw:0,0 // Audio driver name (alsa, oss, sdl, dsound, mmsound, asio): // * alsa - ALSA (Linux); // * oss - OSS (Linux); // * sdl - SDL (Linux); // * dsound - DirectSound (Windows); // * mmsound - oldest audio API, slow, but compatible with all Windows and Windows Mobile devices; // * asio - ASIO (Windows); //audiodriver alsa // Sample rate (audio frames per second; minimum - 44100): frequency 48000 // Video driver name on Windows Mobile: // * gapi - default; requires gx.dll installed in your system; // * raw - raw hires framebuffer; not supported by some devices; // * gdi - compatibility mode; slow but universal; //videodriver gapi // Force UI optimization for Pen/Mouse control: //pencontrol // Display pixels per inch: ppi 256 // UI scale factor (normal=256): scale 256 // Pixel size: //zoom 2 // Uncomment the "theme" option to use the custom color themes: // (four base colors defined by c_0, c_1, c_2 and c_3 options) theme //c_0 #ddaa55 //c_1 #151005 //c_2 #251510 //c_3 #ddcc88 //theme //from sunvox // dark red tint //c_0 #82196d // dark purple tint c_0 #5c3589 //yellowbrown bg c_1 #2d220b // darkened magenta highlights //c_2 #e988fe c_2 #a966ee // very light green text c_3 #adfaa8 fscale 256