comp.lang.ada
 help / color / mirror / Atom feed
* OpenGL and ADA
@ 2000-10-25  0:00 Daniel Maleike
  2000-10-25  0:00 ` Pascal Obry
  2000-10-26  1:58 ` DuckE
  0 siblings, 2 replies; 17+ messages in thread
From: Daniel Maleike @ 2000-10-25  0:00 UTC (permalink / raw)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 240 bytes --]

Hi,

I�d like to know how to use OpenGL with ADA. On www.opengl.org I found a
link to http://www.niestu.com/languages/oglada/ , but that doesn�t work.
Anybody who knows another source? I need an implementation for windows.

Daniel






^ permalink raw reply	[flat|nested] 17+ messages in thread
* OpenGL and Ada
@ 2003-10-03 18:59 Alfredo Macias
  2003-10-04  5:10 ` Frank
                   ` (2 more replies)
  0 siblings, 3 replies; 17+ messages in thread
From: Alfredo Macias @ 2003-10-03 18:59 UTC (permalink / raw)


Hi,
Has anyone seen a problem with openGL (with ada) running on Linx where a
line between 2 points is drawn 60% with the intended color and 40% of it
white?

This is the code Im running, and don't set any colors between the drawing of
the line, how could the line be drawn with two different colors, and when
the line moves, the intruder color changes to yellow or magenta.

This is weired and is driven me nuts.
Gl.Glbegin(Mode);

      for I in 1..2 loop
            Gl.Glvertex2d
                              (Gl.Gldouble(Data.Item(I).Coord1),
                               Gl.Gldouble(Data.Item(I).Coord2));
       end loop;

 Gl.Glend;


No one I know has seen this kind of behavior.  Have you?
Any hints will be appreciated.





^ permalink raw reply	[flat|nested] 17+ messages in thread
* OpenGL and Ada
@ 2003-03-11 16:10 Alfredo Macias
  2003-03-12  1:12 ` David Marceau
                   ` (3 more replies)
  0 siblings, 4 replies; 17+ messages in thread
From: Alfredo Macias @ 2003-03-11 16:10 UTC (permalink / raw)


Can someone point out any sources for examples on OpenGL in Ada?
I've been trying to display a picture using OpenGL in an Ada program.
(I'm using OpenGL directly because no windowing is to be used in my program)
Thank you.





^ permalink raw reply	[flat|nested] 17+ messages in thread
* OpenGL and ADA
@ 2000-05-08  0:00 Randy Pugh
  2000-05-09  0:00 ` Pascal Obry
  0 siblings, 1 reply; 17+ messages in thread
From: Randy Pugh @ 2000-05-08  0:00 UTC (permalink / raw)


Greetings,
    I'm designing a graphics intensive map-viewing program using the OpenGL
API (including the glut library) and would like to use Ada for it's inherent
tasking capability (and inherent stability...).  I'm using a Win32 system...
    Has anyone gotten glut to work with the Gnat compiler?  I'm able to get
the "packaged" bindings to work (win32 API, Gtk) but not glut.  I've
downloaded the Ada binding from the Internet, installed it in the \bindings
directory and compiled it.  When I compile my test file that just "with"s
glut, I get errors for every line in the binding's spec file.  I moved the
glut.dll into the same directory; still no luck.
    Any suggestions?....
      Thanks,
                Randy Pugh
               Naval Postgraduate School, Monterey, CA






^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2003-10-09  0:44 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-10-25  0:00 OpenGL and ADA Daniel Maleike
2000-10-25  0:00 ` Pascal Obry
2000-10-26  1:58 ` DuckE
  -- strict thread matches above, loose matches on Subject: below --
2003-10-03 18:59 OpenGL and Ada Alfredo Macias
2003-10-04  5:10 ` Frank
2003-10-04 16:59 ` chris
2003-10-09  0:44 ` Phaedrus
2003-03-11 16:10 Alfredo Macias
2003-03-12  1:12 ` David Marceau
2003-03-12  1:41   ` David Botton
2003-03-12 10:44   ` Gautier
2003-03-12 20:44 ` Joachim Schr�er
2003-03-13  0:01 ` David Holm
2003-03-14  0:27   ` Alfredo Macias
2003-06-16 13:40 ` David Botton
2000-05-08  0:00 OpenGL and ADA Randy Pugh
2000-05-09  0:00 ` Pascal Obry

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox