Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Search:

Type: Posts; User: Ilgis Ibragimov

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    1,353

    Re: OpenGL rendering without DISPLAY

    Dear Martinsm,

    thank you very much for your kind help. It works! Just normal mesa works ok, I cannot link glut functions from the demo/osmesa.c example, but I do not need them really.
    ...
  2. Replies
    3
    Views
    1,353

    OpenGL rendering without DISPLAY

    Hi,

    I am using OpenGL almost 10 years for scientific data visualization of many (millions) of triangles and it is operated in our C home made sources via

    glBegin(...); glVertex3fv(...);...
Results 1 to 2 of 2