From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Skarda <0rfelyus@atrey.karlin.mff.cuni.cz> To: guile-gtk@sourceware.cygnus.com Subject: Re: Pixmaps Date: Wed, 15 Dec 1999 04:03:00 -0000 Message-id: References: <38566ADC.867254D3@niss.org> X-SW-Source: 1999-q4/msg00067.html > The most serious gap in guile-gtk found so far when translating the > tutorials (14/42 done) is the lack of support for coded-in xpms. Similar gap is in guileGL - there is still no way how to specify textures. IMHO in Guile there should be one standard way how to access images. To specify texture in OpenGL means just to pass pointer to some area in memory - so this can be realized in guileGL bindings by (uniform) arrays. But in my opinion it is ugly to specify pictures in guile-gtk in one way and in bindings for another library in completely different way.... Any proposals for "(define-module (graphics images))" ??? Dan Skarda