wswatson / freetype-gl

Automatically exported from code.google.com/p/freetype-gl
Other
0 stars 0 forks source link

OpenGL 3.3+ #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Is this library inline with OpenGL 3.3+ ie. Core Profile.  Ensuring forward 
compatibility?

Reviewing the shaders it appears it might not be.  The following no longer 
exist in core profile:
- gl_ModelViewProjectionMatrix
- gl_MultiTexCoord0
- gl_Color

I am not sure your specific targets with this project.  Since this project is 
rather new it might be worth it to shift it to OpenGL 3.3+ now rather than 
later.

Doing so would also make it more inline with OpenGL ES 2.0 for mobile devices.

Original issue reported on code.google.com by shinhals...@gmail.com on 5 Feb 2012 at 6:16

GoogleCodeExporter commented 9 years ago
Reviewed the code further.  Really all that needs to happen is parametrizing 
the attribute handles when creating the vertex buffers.  If this already exists 
then forgive me for missing it.

Original comment by shinhals...@gmail.com on 5 Feb 2012 at 7:02

GoogleCodeExporter commented 9 years ago
This library is intended to work with any version of OpenGL because the 
mandatory files are
only texture-font, texture-atlas and vector. All other files are mainly demos 
that show how to use it.

Concerning OpenGL ES 2.0, Stéphane Duclos sent the relevant demo in the 
freetype-gl group and I need to include it. At this point, testing and bug 
reporting would be  welcome.

Nicolas

Original comment by Nicolas.Rougier@gmail.com on 6 Feb 2012 at 7:33

GoogleCodeExporter commented 9 years ago

Original comment by Nicolas.Rougier@gmail.com on 18 Feb 2012 at 2:02

GoogleCodeExporter commented 9 years ago
I see in the README contributers the Android Port from Duclos.  I cannot locate 
any remnants of it in the repository though.  Also when you say Android port do 
you mean GLES1.1 or GLES2.0+.

Original comment by shinhals...@gmail.com on 9 Aug 2012 at 4:29

GoogleCodeExporter commented 9 years ago
Never mind, I found it.  demo-font-gles2.c 
https://groups.google.com/forum/?fromgroups#!topic/freetype-gl/x7cZMUS8xMo%5B1-2
5%5D

Original comment by shinhals...@gmail.com on 9 Aug 2012 at 7:09