Simple OpenGL implementatione [closed]

本小妞迷上赌 提交于 2019-12-01 08:07:39

问题


I work on port of some casual games to Flash. They are based on OpenGL. Used OpenGL version is 1.x mostly. Game engine relies is 2D. It bases on OpenGL textures and simplest glBegin/glTexCoord/glVertex/glEnd. Blending and tiling is used too.

The question. I do not want to reinvent OpenGL again. Please tell - maybe you know simple open source OpenGL C/C++ implementation? I try to use Alchemy so C/C++ are welcome :) I found already Mesa3d.


回答1:


Mesa3D would be one obvious possibility. About the only other of which I'm aware would be SGI's Sample Implementation (aka, The S.I.). Although intended as an open-source effort, the S.I. hasn't been updated (at least to my knowledge) in a long time, whereas there is ongoing development of Mesa3d.



来源:https://stackoverflow.com/questions/3086901/simple-opengl-implementatione

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!