随笔分类 -  opengl

手机开发,图形渲染
摘要:#include #include #include "FreeImage.h"#include #include #pragma comment(lib, "FreeImage.lib")GLuint texture; // Storage For One Texture ( NEW )/... 阅读全文

posted @ 2014-06-17 18:22 marcher 阅读(1587) 评论(0) 推荐(0)

摘要:2d手游引擎,至少要提供5个解决方案:1UI2角色怪物动画3场景4粒子5音频视频语言选择使用c++,脚本使用lua,c++需要提供的核心API包括1图片加载接口_Image.new2图片文字渲染接口_Image:draw()3音频视频接口soundgroup:play4事件接口_app:onIdle... 阅读全文

posted @ 2014-06-17 01:01 marcher 阅读(301) 评论(0) 推荐(0)

导航