From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,9cc4ad3125708caf X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!z7g2000vbp.googlegroups.com!not-for-mail From: Lucretia Newsgroups: comp.lang.ada Subject: Re: glu & gl bindings Date: Tue, 16 Aug 2011 13:05:41 -0700 (PDT) Organization: http://groups.google.com Message-ID: <77b00b32-5992-4c58-8b18-675a3d393324@z7g2000vbp.googlegroups.com> References: <4e4aa7bb$0$20920$426a74cc@news.free.fr> <4e4aca2a$0$26692$426a34cc@news.free.fr> NNTP-Posting-Host: 90.194.162.192 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1313525240 1115 127.0.0.1 (16 Aug 2011 20:07:20 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 16 Aug 2011 20:07:20 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: z7g2000vbp.googlegroups.com; posting-host=90.194.162.192; posting-account=L2-UcQkAAAAfd_BqbeNHs3XeM0jTXloS User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HUALESNKRC X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-GB; rv:1.9.1.16) Gecko/20110701 Iceweasel/3.5.16 (like Firefox/3.5.16),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:21631 Date: 2011-08-16T13:05:41-07:00 List-Id: On Aug 16, 8:51=A0pm, "philippe.tor...@free.fr" wrote: > ok. > > "BTW" , =A0what does this word mean? > > > On Aug 16, 6:24 pm, "philippe.tor...@free.fr" > > wrote: > >> Do you know this library, Lumen > > >>http://www.niestu.com/software/lumen/ > > >> I tried, it works very well. for this to be perfect, it only needs the= binding glut > > >> Finally something new to ada, in the world of GUI. > > > Er...you don't need GLUT and BTW, GLUT is ancient. > > > Luke. > > BTW =3D By The Way (http://en.wikipedia.org/wiki/Btw) Also, I think you need to understand a couple of things: 1) GLUT was created as a way to get into OpenGL quickly as setting up a window and getting contexts working is not exactly easy and generally time consuming and people really want to play with GL from the outset. 2) Nobody really uses GLUT anymore since SDL was invented. 3) Lumen is not just a UI toolkit, but is a replacement for GLUT and others in that ilk as well. Lumen will provide the windowing functionality that GLUT/SDL provides. If you want to talk about Lumen or ask any questions, come to #Ada on Freenode and hang about longer than 2 mins if you want a response :D Luke.