hi list,
I sent this message yesterday to the list but it is probably blocked by the attachment size or somehting else ... I send it again without the attachment, you can download it here: http://artefacte.org/pix_window.tar.gz
just want to share a pix_window object which implements an independent GLX window to display pixes and works only in GNU/Linux. I really don't know if there is something similar already implemented ... but if not, this one could be useful for -DLINUX :) the obejct is based in some code I found in the NEHE lessons ... nice stuff!
For me it's working perfectly in Ubuntu Lucid but It also worked well on previous ones ... not sure in latest...
To complile it I used the svn tree, just adding the files in src/Pixes/ and modifying a bit the makefiles : the pix_window object depends on libxxf86vm (X11 XFree86 video mode extension), so: - "apt-get install libxxf86vm-dev" is needed - and Gem.pd_linux must be linked using "-lXxf86vm"
comments and any feedback are really wellcome!
salut, ll.
Hello Lluis,
I tried to install pix_window but it doesn't work here. I get : pix_window ... couldn't create
I put pix_window.h and pix_window.cpp inside the /src/Pixes folder. libxxf86vm-dev is installed and with ./configure i have : LIBS : -lXxf86vm -ldl -lz -lm
So, i think it is OK ?
I'm working with Pd-0.42.6 and the last Gem 0.93 from svn (revision 4209) with ubuntu 11.04. Any clue to make this pix_window working fine on my system ? Thanx. ++
Jack
Le samedi 16 juillet 2011 à 16:03 +0200, lluisgomez@hangar.org a écrit :
hi list,
I sent this message yesterday to the list but it is probably blocked by the attachment size or somehting else ... I send it again without the attachment, you can download it here: http://artefacte.org/pix_window.tar.gz
just want to share a pix_window object which implements an independent GLX window to display pixes and works only in GNU/Linux. I really don't know if there is something similar already implemented ... but if not, this one could be useful for -DLINUX :) the obejct is based in some code I found in the NEHE lessons ... nice stuff!
For me it's working perfectly in Ubuntu Lucid but It also worked well on previous ones ... not sure in latest...
To complile it I used the svn tree, just adding the files in src/Pixes/ and modifying a bit the makefiles : the pix_window object depends on libxxf86vm (X11 XFree86 video mode extension), so:
- "apt-get install libxxf86vm-dev" is needed
- and Gem.pd_linux must be linked using "-lXxf86vm"
comments and any feedback are really wellcome!
salut, ll.
GEM-dev mailing list GEM-dev@iem.at http://lists.puredata.info/listinfo/gem-dev
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2011-07-17 19:11, Jack wrote:
Hello Lluis,
I tried to install pix_window but it doesn't work here. I get : pix_window ... couldn't create
I put pix_window.h and pix_window.cpp inside the /src/Pixes folder. libxxf86vm-dev is installed and with ./configure i have : LIBS : -lXxf86vm -ldl -lz -lm
So, i think it is OK ?
I'm working with Pd-0.42.6 and the last Gem 0.93 from svn (revision 4209) with ubuntu 11.04. Any clue to make this pix_window working fine on my system ? Thanx. ++
in current SVN/trunk, you will have to manually add the .cpp/.h files to src/Pixes/Makefile.am
mgasdr IOhannes
Hello, thanx Lluis and IOhannes,
I have added the window.h and window.cpp lines at the end of the src/Pixes/Makefile.am but it still doesn't work. I don't know if it is correct (i think it is not) :
EXTRA_Gem_la_SOURCES = \ pkgversion.sh \ pkgversion.txt \ version.h.in \ pix_window.h \ pix_window.cpp
Any help would be nice. Thanx. ++
Jack
Le lundi 18 juillet 2011 à 10:08 +0200, IOhannes m zmoelnig a écrit :
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2011-07-17 19:11, Jack wrote:
Hello Lluis,
I tried to install pix_window but it doesn't work here. I get : pix_window ... couldn't create
I put pix_window.h and pix_window.cpp inside the /src/Pixes folder. libxxf86vm-dev is installed and with ./configure i have : LIBS : -lXxf86vm -ldl -lz -lm
So, i think it is OK ?
I'm working with Pd-0.42.6 and the last Gem 0.93 from svn (revision 4209) with ubuntu 11.04. Any clue to make this pix_window working fine on my system ? Thanx. ++
in current SVN/trunk, you will have to manually add the .cpp/.h files to src/Pixes/Makefile.am
mgasdr IOhannes -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk4j6g4ACgkQkX2Xpv6ydvQiuACgt/WFGLM0UFiv5lmDP1AVtmCJ A9wAn31L+sOnvQep8810XN5zKfJDcG8B =i2ov -----END PGP SIGNATURE-----
GEM-dev mailing list GEM-dev@iem.at http://lists.puredata.info/listinfo/gem-dev
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2011-07-18 11:48, Jack wrote:
Hello, thanx Lluis and IOhannes,
I have added the window.h and window.cpp lines at the end of the src/Pixes/Makefile.am but it still doesn't work. I don't know if it is correct (i think it is not) :
EXTRA_Gem_la_SOURCES = \ pkgversion.sh \ pkgversion.txt \ version.h.in \ pix_window.h \ pix_window.cpp
Any help would be nice.
you should add pix_window.(cpp,h) at the end of src/Pixes/Makefile.am, and NOT src/Makefile.am
you might find, that there are a lot of other pix_... objects.
fgmasdr IOhannes
Le lundi 18 juillet 2011 à 12:07 +0200, IOhannes m zmoelnig a écrit :
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2011-07-18 11:48, Jack wrote:
Hello, thanx Lluis and IOhannes,
I have added the window.h and window.cpp lines at the end of the src/Pixes/Makefile.am but it still doesn't work. I don't know if it is correct (i think it is not) :
EXTRA_Gem_la_SOURCES = \ pkgversion.sh \ pkgversion.txt \ version.h.in \ pix_window.h \ pix_window.cpp
Any help would be nice.
you should add pix_window.(cpp,h) at the end of src/Pixes/Makefile.am, and NOT src/Makefile.am
Arghh, of course ! This was the wrong directory. Now, i all is working as expected, thanx Lluis and IOhannes. ++
Jack
you might find, that there are a lot of other pix_... objects.
fgmasdr IOhannes -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk4kBesACgkQkX2Xpv6ydvQVOACg3t0tVRD9AShOrKBLUthUo6sI fEoAnRA21O6ugj1Id9p3Md9iB4hivA8F =qtHL -----END PGP SIGNATURE-----
GEM-dev mailing list GEM-dev@iem.at http://lists.puredata.info/listinfo/gem-dev
hello,
thanks for this object,
i hope it will soon became obsolete thanks to gem multiple windows that is planed for years ;-)
cheers Cyrille
Le 16/07/2011 16:03, lluisgomez@hangar.org a écrit :
hi list,
I sent this message yesterday to the list but it is probably blocked by the attachment size or somehting else ... I send it again without the attachment, you can download it here: http://artefacte.org/pix_window.tar.gz
just want to share a pix_window object which implements an independent GLX window to display pixes and works only in GNU/Linux. I really don't know if there is something similar already implemented ... but if not, this one could be useful for -DLINUX :) the obejct is based in some code I found in the NEHE lessons ... nice stuff!
For me it's working perfectly in Ubuntu Lucid but It also worked well on previous ones ... not sure in latest...
To complile it I used the svn tree, just adding the files in src/Pixes/ and modifying a bit the makefiles : the pix_window object depends on libxxf86vm (X11 XFree86 video mode extension), so:
- "apt-get install libxxf86vm-dev" is needed
- and Gem.pd_linux must be linked using "-lXxf86vm"
comments and any feedback are really wellcome!
salut, ll.
GEM-dev mailing list GEM-dev@iem.at http://lists.puredata.info/listinfo/gem-dev