摘要: I search the Android NDK document and Internet a bit, and could not find anything useful to help me play sound with C++ under the Android NDK. Most of topics are about how to play sound with Java, so ... 阅读全文
posted @ 2013-01-26 23:55 opencoder 阅读(693) 评论(0) 推荐(0) 编辑
摘要: Here are some works great render optimization ideas: 1) Cull the back surface; 2) Use view frustum culling; 3) Less draw call number; 4) Batch those meshes that with the same materials; 5) Use si... 阅读全文
posted @ 2013-01-26 16:58 opencoder 阅读(213) 评论(0) 推荐(0) 编辑
摘要: In the last several weeks, I dedicated myself to one “EasyGame”series C++ coding during my spare time. The first version source origin from <<学OpenGL编3D游戏>>. The source structure and coding style are ... 阅读全文
posted @ 2013-01-26 16:33 opencoder 阅读(151) 评论(0) 推荐(0) 编辑
摘要: Code::Block is a C/C++ IDE that could run on different OS, Windows, Linux and Mac OS. Comparing to the VS under the windows, it is less powerful. But it will help you a lots, and improve the your work... 阅读全文
posted @ 2013-01-26 16:07 opencoder 阅读(240) 评论(0) 推荐(0) 编辑
摘要: Use the official source list as the local source list, please make sure you are using the correct source list as you OS should have. Open the source list sudo gedit /etc/apt/sources.list Fill the ... 阅读全文
posted @ 2013-01-26 15:07 opencoder 阅读(296) 评论(0) 推荐(0) 编辑
摘要: On Ubuntu OS, there is a tool named "Blogilo" that could help you write blog just as the Windows Live Writer does. Install Blogilo sudo apt-get install blogilo Configure Blogilo After you hav... 阅读全文
posted @ 2013-01-26 14:52 opencoder 阅读(121) 评论(0) 推荐(0) 编辑