上一页 1 2 3 4 5 6 7 8 9 10 ··· 14 下一页
摘要: http://www.2cto.com/kf/201701/591817.html 阅读全文
posted @ 2017-05-27 19:33 lilei9110 阅读(126) 评论(0) 推荐(0) 编辑
摘要: LuaBind http://www.rasterbar.com/products/luabind.html http://blog.sina.com.cn/s/blog_646817c00100gk99.html 支持函数重载 LuaBridge https://github.com/vinnie 阅读全文
posted @ 2017-05-21 14:07 lilei9110 阅读(207) 评论(0) 推荐(0) 编辑
摘要: https://www.zhihu.com/question/22345285 阅读全文
posted @ 2017-05-12 10:23 lilei9110 阅读(229) 评论(0) 推荐(0) 编辑
摘要: 官方说明: http://www.lua.org/manual/5.3/readme.html 在Windows下编译Lua动态链接库的注意事项: 1. 创建一个空的DLL项目; 2. 将src文件夹下的文件导入工程; 3. 把lua.c和luac.c两个文件从工程中移除,这两个文件分别是解释器和编 阅读全文
posted @ 2017-05-07 18:51 lilei9110 阅读(613) 评论(0) 推荐(0) 编辑
摘要: 问题描述: C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(990,5): warning MSB8012: TargetPath(C:\Users\ZhangZhengzhen\Documen 阅读全文
posted @ 2017-04-29 21:06 lilei9110 阅读(1155) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/hazir/p/c_setjmp_longjmp.html 阅读全文
posted @ 2017-04-27 17:20 lilei9110 阅读(125) 评论(0) 推荐(0) 编辑
摘要: http://blog.codingnow.com/2015/05/lua_c_api.html http://blog.csdn.net/oilcode/article/details/51086147 https://www.lua.org/manual/5.3/ https://cloudwu 阅读全文
posted @ 2017-04-26 19:10 lilei9110 阅读(742) 评论(0) 推荐(0) 编辑
摘要: https://www.facebook.com/savanna.blade/ https://www.instagram.com/savanna_blade/ 阅读全文
posted @ 2017-04-21 19:19 lilei9110 阅读(81) 评论(0) 推荐(0) 编辑
摘要: https://studio.zerobrane.com/doc-api-auto-complete 阅读全文
posted @ 2017-04-21 18:11 lilei9110 阅读(465) 评论(0) 推荐(0) 编辑
摘要: http://answers.unity3d.com/questions/1162779/unity-5-transparent-terrain-shader.html http://answers.unity3d.com/questions/1077032/terrain-transparency 阅读全文
posted @ 2017-04-19 16:09 lilei9110 阅读(667) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/butwang/article/details/8924999 阅读全文
posted @ 2017-04-18 16:32 lilei9110 阅读(191) 评论(0) 推荐(0) 编辑
摘要: https://github.com/apreiml/genieutils/blob/master/doc/scx_format.txt http://steamcommunity.com/app/221380/discussions/2/558755529754299542/ http://aok 阅读全文
posted @ 2017-03-17 15:52 lilei9110 阅读(142) 评论(0) 推荐(0) 编辑
摘要: 法线贴图 http://www.nvidia.com/object/real-time-normal-map-dxt-compression.html http://www.opengl-tutorial.org/intermediate-tutorials/tutorial-13-normal-m 阅读全文
posted @ 2017-03-16 16:59 lilei9110 阅读(665) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/gdev/archive/2012/08/22/lua-performance-tips-1.html 阅读全文
posted @ 2017-03-11 14:21 lilei9110 阅读(99) 评论(0) 推荐(0) 编辑
摘要: https://github.com/pybee/Python-Apple-support https://github.com/kivy/python-for-android 阅读全文
posted @ 2017-03-10 22:31 lilei9110 阅读(261) 评论(0) 推荐(0) 编辑
摘要: https://wiki.python.org/moin/PyQt/Binding%20widget%20properties%20to%20Python%20variables 阅读全文
posted @ 2017-03-10 21:51 lilei9110 阅读(188) 评论(0) 推荐(0) 编辑
摘要: 保护成员:以一个下划线开头。Python不会做特殊处理 私有成员:以两个下划线开头。Python会做mangling 阅读全文
posted @ 2017-03-10 13:49 lilei9110 阅读(313) 评论(0) 推荐(0) 编辑
摘要: https://github.com/pangweiwei/slua/wiki/中文帮助 阅读全文
posted @ 2017-03-09 19:27 lilei9110 阅读(191) 评论(0) 推荐(0) 编辑
摘要: http://luaforge.net/projects/luainterface/ https://github.com/Tencent/xLua 阅读全文
posted @ 2017-03-09 17:34 lilei9110 阅读(180) 评论(0) 推荐(0) 编辑
摘要: 文档 https://docs.python.org/3/extending/index.html https://www.codeproject.com/articles/11805/embedding-python-in-c-c-part-i https://www.codeproject.co 阅读全文
posted @ 2017-03-02 13:47 lilei9110 阅读(947) 评论(0) 推荐(0) 编辑
摘要: http://www.vtk.org/download/ 阅读全文
posted @ 2017-03-02 10:35 lilei9110 阅读(116) 评论(0) 推荐(0) 编辑
摘要: 官方教程 https://cmake.org/cmake-tutorial/ http://www.jianshu.com/p/bbf68f9ddffa http://www.cnblogs.com/coderfenghc/archive/2013/01/20/2846621.html 第三方教程 阅读全文
posted @ 2017-03-01 14:29 lilei9110 阅读(162) 评论(0) 推荐(0) 编辑
摘要: http://stackoverflow.com/questions/1176136/convert-string-to-python-class-object 阅读全文
posted @ 2017-02-28 16:45 lilei9110 阅读(140) 评论(0) 推荐(0) 编辑
摘要: https://msdn.microsoft.com/en-us/library/bb165951.aspx https://msdn.microsoft.com/en-us/library/dd393573.aspx 阅读全文
posted @ 2017-02-28 15:23 lilei9110 阅读(168) 评论(0) 推荐(0) 编辑
摘要: https://docs.python.org/3/c-api/ 阅读全文
posted @ 2017-02-26 17:05 lilei9110 阅读(331) 评论(0) 推荐(0) 编辑
摘要: http://wowjjc.duowan.com/1603/322049699106_12.html 阅读全文
posted @ 2017-02-26 16:54 lilei9110 阅读(126) 评论(0) 推荐(0) 编辑
摘要: http://idea.lanyus.com/ 阅读全文
posted @ 2017-02-26 09:24 lilei9110 阅读(124) 评论(0) 推荐(0) 编辑
摘要: http://cossacksworld.ucoz.co.uk/load/c_iii_files/79 http://cossacksworld.ucoz.co.uk/load/c_iii_files/mod_map_tools/c3_model_viewer/82-1-0-454 http://c 阅读全文
posted @ 2017-02-24 14:55 lilei9110 阅读(152) 评论(0) 推荐(0) 编辑
摘要: Mac PyCharm > Preferences... > Project Interpreter > Python Interpreters Windows File->Default Settings...->Project Interpreter 阅读全文
posted @ 2017-02-23 14:21 lilei9110 阅读(5715) 评论(0) 推荐(0) 编辑
摘要: https://wiki.python.org/moin/PythonGames 阅读全文
posted @ 2017-02-17 15:30 lilei9110 阅读(200) 评论(0) 推荐(0) 编辑
摘要: http://scratchdisk.com/posts/operator-overloading 阅读全文
posted @ 2017-02-13 14:37 lilei9110 阅读(1759) 评论(0) 推荐(0) 编辑
摘要: https://github.com/uglide/RedisDesktopManager 阅读全文
posted @ 2017-02-10 14:16 lilei9110 阅读(145) 评论(0) 推荐(0) 编辑
摘要: https://bitbucket.org/Unity-Technologies/ui/ 阅读全文
posted @ 2017-02-07 11:25 lilei9110 阅读(1471) 评论(0) 推荐(0) 编辑
摘要: https://technotales.wordpress.com/2009/06/07/spidermonkey-introduction/ https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey/JSAPI_U 阅读全文
posted @ 2017-02-06 13:29 lilei9110 阅读(247) 评论(0) 推荐(0) 编辑
摘要: https://learnopengl-cn.readthedocs.io/zh/latest/04%20Advanced%20OpenGL/08%20Advanced%20GLSL/ 阅读全文
posted @ 2017-02-06 10:16 lilei9110 阅读(197) 评论(0) 推荐(0) 编辑
摘要: Wiki https://en.wikipedia.org/wiki/.MDX 教程 http://www.ou99.com/article-25996-1.html http://blog.csdn.net/m9551/article/details/7074819 工具 https://www. 阅读全文
posted @ 2017-02-04 22:26 lilei9110 阅读(473) 评论(0) 推荐(0) 编辑
摘要: https://kangax.github.io/compat-table/es6/ 阅读全文
posted @ 2017-02-04 13:36 lilei9110 阅读(157) 评论(0) 推荐(0) 编辑
摘要: https://www.athissa.com/home 阅读全文
posted @ 2017-02-03 18:47 lilei9110 阅读(166) 评论(0) 推荐(0) 编辑
摘要: https://gamedevcoder.wordpress.com/2011/04/11/light-pre-pass-vs-deferred-renderer-part-1/ http://frictionalgames.blogspot.hk/2010/10/tech-feature-pre- 阅读全文
posted @ 2017-02-03 10:48 lilei9110 阅读(214) 评论(0) 推荐(0) 编辑
摘要: 1. IDE 2. Local Debugging & Remote Debugging 3. Profiling 阅读全文
posted @ 2017-01-25 15:39 lilei9110 阅读(142) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 14 下一页