flyx / OpenGLAda

Thick Ada binding for OpenGL and GLFW
flyx.github.io/OpenGLAda/
MIT License
95 stars 13 forks source link

Single char storage #90

Closed rogermc2 closed 6 years ago

rogermc2 commented 7 years ago

This example tests/illustrates the use of Texture_2D.Storage and Texture_2D.Load_Sub_Image_From_Data for a single character as a prelude to effectively implementing the rendering of strings which, so far, has proved problematic.

flyx commented 6 years ago

The .gitignore file starts getting too large for my taste and causes frequent merge problems (as seen here). I think it would be better to keep the names of the example executables out of the main .gitignore file and instead have one .gitignore file per example directory that simply specifies the name of the executable generated there. Can you do this starting with this example? I will take care of the existing lines in the main .gitignore myself.

rogermc2 commented 6 years ago

OK. I've added .gitignore to all freetype_gl branch directories.

rogermc2 commented 6 years ago

Development frozen. No further changes planned. Please review.

rogermc2 commented 6 years ago

Should close until first freetype example completed.