On Sat, May 10, 2008 at 01:54:48PM +0000, A. Steinhoff wrote: > > > Hello, > > exist there a utility for creating individual color scheme files ? (*.acs) > > Best Regards > > --Armin
You can use the "widgets" demo in ./demos/widgets to create or edit .acs files (File / Preferences / Colors). The amount of code involved is quite small. If you'd like to integrate this functionality in your application, you can duplicate the code in dev/config.c (look for the DEV_ConfigWindow() function), or simply link against `agar-dev-config --libs` and invoke DEV_ConfigWindow(). _______________________________________________ Agar mailing list [email protected] http://libagar.org/lists.html
