-
工具与技术-程序员实用工具网站
程序员开发需要具备良好的信息检索能力,为了备忘(收藏夹真是满了),将开发过程中常用的网站进行整理。1、搜索引擎1.1、秘迹搜索一款无敌有良心、无敌安全的搜索引擎,不会收集私人信息,保护私隐,没有Cookie,并且秘迹搜索聚合了百度、360、Bing、搜狗等搜索结果。1.2、小白盘度盘资源搜索的网站,能够搜索电影、电视剧、小说、音乐等资源(注意:评论区很多小伙伴说小白盘有毒,我用谷歌浏览器搜索过几次并无大碍,请慎用!)1.3、 DogeDoge搜索DogeDoge搜索,中文名多吉搜索,一个绝...…
-
工具与技术-游戏引擎
引擎选取标准: 跨平台Cross-platform 全特性Full Featured 高性能High Performance 工具链齐全 Toolset2D游戏引擎Cocos2D-xCorona SDKStencyl; egret;GDevelop3Dx-rayXash3Dogre3dirrlichtdoom3ioq3 lumberyard cryengine UE4 (C++, Game engine) Godot (C++, Game engin...…
-
工具与技术-Language-CheckList
You appear to be advocating a new:你乐意拥护新的: functional 函数式 imperative 命令式 object-oriented 面向对象 procedural 过程式 stack-based 基于栈 “multi-paradigm” 多编程范式 lazy 惰性 eager statically-typed 静态类型 dynamically-typed 动态类型 pure 纯粹 impure 非纯粹 non-hygi...…
-
工具与技术-9. 自动测试工具
AirTest:Airtest是一个跨平台的UI自动化测试框架,适用于游戏和App。目前支持Windows和Android平台,iOS支持正在开发中。Airtest提供了跨平台的API,包括安装应用、模拟输入、断言等。 基于图像识别技术定位UI元素,你无需嵌入任何代码即可进行自动化测试。 测试脚本运行后可以自动生成详细的HTML测试报告,让你迅速定位失败的测试点。AirtestIDE是一个强大的GUI工具,可以帮助你录制和调试测试脚本。 AirtestIDE给QA人员提供了完整的工作流程支...…
-
工具与技术-8. 大型软件开发
更新和组织好的阅读清单,用于说明可伸缩,可靠和高性能的大型系统的模式。概念在著名工程师的文章和可靠的参考文献中得到了解释。案例研究来自为数百万至数十亿用户服务的经过测试的系统。如果您的系统运行缓慢 通过审查一些设计原则并检查技术公司如何解决可伸缩性和性能问题,来了解您的问题:可伸缩性问题(单个用户快速但在重负载下缓慢)或性能问题(单个用户缓慢)。情报部分是为从事数据和大型(数据)和深度(学习)规模的机器学习工作的人员创建的。如果您的系统出现故障 “即使一整天都输了,只要保持冷静,就可以...…
-
工具与技术-7. 计算机视觉
BooksComputer Vision Computer Vision: Models, Learning, and Inference - Simon J. D. Prince 2012 Computer Vision: Theory and Application - Rick Szeliski 2010 Computer Vision: A Modern Approach (2nd edition) - David Forsyth and Jean Ponce 2011 M...…
-
工具与技术-6.1 游戏开发资源 - 图形学
What is computer graphics?Computer graphics is a knowledge area about how to create images using computers, to put it simply. Generally this is done by processing data representing information what you want to draw, for example: objects, colors, l...…
-
工具与技术-6.1 游戏开发资源 - 图形学-RayTracing
RayTracingArticlesOpenGL articles (non-tutorials) (2014) Ray tracing with OpenGL Compute Shaders by Kai Burjack - Detailed tutorial series about ray tracing using OpenGL (LWJGL). (2014) Things that drive me nuts about OpenGL by Rich Ge...…
-
工具与技术-6. 游戏开发资源
OpenGLBooksPopular books about OpenGL A Trip Down the Graphics Pipeline by Jim Blinn - Popular book that contains wealth information about the graphics pipeline, and of the best sources to learn the core concepts of Computer Graphics. Computer G...…
-
工具与技术-5. C&C++框架与库
FrameworksBig libraries that provide data structures and other stuff you expect of a ‘modern’ standard library. APR - Apache Portable Runtime; another library of cross-platform utility functions. Apache-2.0 C Algorithms - Collection of common al...…