From gunnar at haquebright.de Sun Apr 23 12:11:58 2006 From: gunnar at haquebright.de (Gunnar Kedenburg) Date: Sun Apr 23 12:06:35 2006 Subject: [HOpenGL] Blend equations Message-ID: <444BA74E.4080707@haquebright.de> Hi, blendEquation $= ... has no effect on my system, ghc 6.4.1/6.4.2 with this GL implementation: OpenGL vendor string: NVIDIA Corporation OpenGL renderer string: GeForce 6600 GT/PCI/SSE2/3DNOW! OpenGL version string: 2.0.2 NVIDIA 87.56 It works from C though. By the way, it would be so great to have GLSL support in HOpenGL. Any chance to see it soon? Thanks, Gunnar. From paolo at nemail.it Mon Apr 24 12:58:37 2006 From: paolo at nemail.it (Paolo Martini) Date: Mon Apr 24 12:53:45 2006 Subject: [HOpenGL] Google Summer of Code 2006 Message-ID: <444D03BD.3010709@nemail.it> Hello, Haskell.org is going to partecipate as mentoring organization to the Google Summer of Code programme of this year. We have formed a group of volunteers taking care of the administrative work as well as the mentoring part. The group is listed here: . We are now looking for projects, and mentors. We've reached number 24 but we are happily going to add more, Haskell Open Source paid work for the summer! If you run some active open source program you might want to mentor some student who will be working on your code, for example. Either just add your ideas here: (as well as your informations on the People's page) or contact me for details. I am also looking for students, I'd like to ear from them if they are going to partecipate with Haskell projects, last year I was alone! (I did write the bindings to the Cairo vector graphics library and integrated them in Gtk2Hs.) Details about the programme itself can be found on the official webpage: http://code.google.com/summerofcode.html Hoping you like the idea as much as me, Paolo. -- From paolo at nemail.it Tue Apr 25 04:38:46 2006 From: paolo at nemail.it (Paolo Martini) Date: Tue Apr 25 04:33:20 2006 Subject: [HOpenGL] Google Summer of Code 2006 In-Reply-To: <40a414c20604250123l52a1431awfba8235e1de3b6c0@mail.gmail.com> References: <444D03BD.3010709@nemail.it> <40a414c20604250123l52a1431awfba8235e1de3b6c0@mail.gmail.com> Message-ID: <444DE016.5060809@nemail.it> minh thu ha scritto: > hi, > > i'm student in belgium and would be happy to participate to the summer > of code for haskell. > (refering to another mail from you : i dont use the irc haskell > channel but the mailing list) > > unfortunately for me, my cv is not very "cool" : i can just say i like > haskell and begin to be comfortable with it. But i have no prior open > source experience, no personal project to show. > > do you think i have a chance if i apply ? > > projects i m interested the most in are computer graphics based > projects like those listed under "Games" > [http://haskell.org/haskellwiki/Summer_of_Code:_Project_suggestions#Games]. > > i will probably send a mail to Johan Henriksonn. > > bye, > vo minh thu > It's great to hear from you! Yes, you should definitely apply. This project is for students, the CV isn't even asked! Google is doing a very nice job in this regard. It is fabulous to hear from students, I really hope to get more replies. I think it is a good idea to contact the mentor ASAP. Good luck! Paolo. -- From paolo at nemail.it Tue Apr 25 22:05:01 2006 From: paolo at nemail.it (Paolo Martini) Date: Tue Apr 25 22:00:06 2006 Subject: [HOpenGL] Haskell.org and Google Summer of Code 2006 Message-ID: <444ED54D.4020605@nemail.it> Hello, It is now official. Haskell.org is a mentoring organization for this year's Summer of Code programme. You can see it listed on the official site clicking on `Haskell.org (ideas)' you'll be directed to the trac site we are setting up. (It's 4 AM and I've just finished adding the projects, and cleaning things up a bit.) I am _very_ happy about seeing this project working out for real. I fear that I wouldn't be able to reach everybody even mailing all the important mailing list; I hope many students will be able to take advantage of this great occasion. Help me spread the word, tell everybody about the project :-) You can find the new site here , the StartPage will be updated with details during the program. Projects ideas and volunteers for mentoring are still very much welcome! students' application period starts on May 1. Thanks very much for the support, hope to hear thoughts and proposals, Paolo. -- From Sven.Panne at aedion.de Wed Apr 26 03:45:52 2006 From: Sven.Panne at aedion.de (Sven Panne) Date: Wed Apr 26 03:40:19 2006 Subject: [HOpenGL] Blend equations In-Reply-To: <444BA74E.4080707@haquebright.de> References: <444BA74E.4080707@haquebright.de> Message-ID: <200604260945.52247.Sven.Panne@aedion.de> Am Sonntag, 23. April 2006 18:11 schrieb Gunnar Kedenburg: > blendEquation $= ... has no effect on my system, ghc 6.4.1/6.4.2 with > this GL implementation: > > OpenGL vendor string: NVIDIA Corporation > OpenGL renderer string: GeForce 6600 GT/PCI/SSE2/3DNOW! > OpenGL version string: 2.0.2 NVIDIA 87.56 What platform are you using? Does the BlendEqn example from http://darcs.haskell.org/packages/GLUT/examples/RedBook/BlendEqn.hs work? Is blending enabled at all? (blend $= Enabled) A short example program demonstrating the problem might help, too. > It works from C though. > > By the way, it would be so great to have GLSL support in HOpenGL. Any > chance to see it soon? The "Yellow Book" is already on my desk... :-) I definitely intend to support GLSL in the OpenGL package, but if soon means "in the next few weeks", then the answer is "no". The GLSL API is not that small, so the implementation will very probably be done in a few iterations. Cheers, S. From gunnar at haquebright.de Wed Apr 26 05:59:10 2006 From: gunnar at haquebright.de (Gunnar Kedenburg) Date: Wed Apr 26 05:53:40 2006 Subject: [HOpenGL] Blend equations In-Reply-To: <200604260945.52247.Sven.Panne@aedion.de> References: <444BA74E.4080707@haquebright.de> <200604260945.52247.Sven.Panne@aedion.de> Message-ID: <444F446E.1000207@haquebright.de> Sven Panne wrote: > What platform are you using? Does the BlendEqn example from > > http://darcs.haskell.org/packages/GLUT/examples/RedBook/BlendEqn.hs > > work? Is blending enabled at all? (blend $= Enabled) A short example program > demonstrating the problem might help, too. I only wrote such an example in C, which worked. Had I done this in Haskell too I would have noticed that blending was indeed disabled. Sorry for the false alarm. The BlendEqn example works. > The "Yellow Book" is already on my desk... :-) I definitely intend to support > GLSL in the OpenGL package, but if soon means "in the next few weeks", then > the answer is "no". The GLSL API is not that small, so the implementation > will very probably be done in a few iterations. That's great. Thanks, Gunnar.