Thread overview
dlang opengl / gl / glu /glut library.
Aug 22, 2021
Mike Parker
August 22, 2021
https://forum.dlang.org/post/s5pvtq$2q83$1@digitalmars.com

On Wednesday, 21 April 2021 at 19:54:35 UTC, rikki cattermole wrote:
>
> On 22/04/2021 7:51 AM, Alain De Vos wrote:
>> import bindc.opengl;
>
> bindbc

bindbc-opengl provides glu* functions ?
gluNewTess
gluTessCallback
gluTessProperty
gluTessNormal
gluDeleteTess

able?
August 22, 2021
On Sunday, 22 August 2021 at 12:22:41 UTC, Виталий Фадеев wrote:
> https://forum.dlang.org/post/s5pvtq$2q83$1@digitalmars.com
>
> On Wednesday, 21 April 2021 at 19:54:35 UTC, rikki cattermole wrote:
>>
>> On 22/04/2021 7:51 AM, Alain De Vos wrote:
>>> import bindc.opengl;
>>
>> bindbc
>
> bindbc-opengl provides glu* functions ?
> gluNewTess
> gluTessCallback
> gluTessProperty
> gluTessNormal
> gluDeleteTess
>
> able?

No. As far as I know, glu isn’t maintained anymore.
August 22, 2021
On Sunday, 22 August 2021 at 13:28:24 UTC, Mike Parker wrote:
> On Sunday, 22 August 2021 at 12:22:41 UTC, Виталий Фадеев wrote:
>> https://forum.dlang.org/post/s5pvtq$2q83$1@digitalmars.com
>>
>> On Wednesday, 21 April 2021 at 19:54:35 UTC, rikki cattermole wrote:
>>>
>>> On 22/04/2021 7:51 AM, Alain De Vos wrote:
>>>> import bindc.opengl;
>>>
>>> bindbc
>>
>> bindbc-opengl provides glu* functions ?
>> gluNewTess
>> gluTessCallback
>> gluTessProperty
>> gluTessNormal
>> gluDeleteTess
>>
>> able?
>
> No. As far as I know, glu isn’t maintained anymore.

Thank you, Mike.


August 22, 2021
On Sunday, 22 August 2021 at 13:28:24 UTC, Mike Parker wrote:
> On Sunday, 22 August 2021 at 12:22:41 UTC, Виталий Фадеев wrote:
>> https://forum.dlang.org/post/s5pvtq$2q83$1@digitalmars.com
>>
>> On Wednesday, 21 April 2021 at 19:54:35 UTC, rikki cattermole wrote:
>>>
>>> On 22/04/2021 7:51 AM, Alain De Vos wrote:
>>>> import bindc.opengl;
>>>
>>> bindbc
>>
>> bindbc-opengl provides glu* functions ?
>> gluNewTess
>> gluTessCallback
>> gluTessProperty
>> gluTessNormal
>> gluDeleteTess
>>
>> able?
>
> No. As far as I know, glu isn’t maintained anymore.

Derelict GLUT dynamic loader: https://github.com/vitalfadeev/DerelictGLU
This is beta.