unity3d 4.0官方正式版key 1.到官网下引擎 2.安装 3.断网 4.patch,make key file,start engine, read key 5.OK!
2024-03-29 11:54:40 65KB unity4 unity game engine
1
AGE是适用于Android的多线程游戏引擎,具有基于OpenGL ES2着色器的渲染。 不需要全面的GL知识就可以开始。 使用OBJ加载器从Blender和其他地方导入模型,附加纹理,然后开始渲染! 线程运行不同的活动,例如初始化,帧速率,计时器,游戏周期。 带有消息传递的公寓模型。 绘制周期与典型的游戏循环相反。 帧速率具有专用的计时器,SurfaceView处于按需渲染模式。 游戏对象(GO)通过为其所需的每个接口实现“标记”接口来选择加入服务。 GO通过安装管道(一种异步的“标准”实现)进入系统,该实现在标记接口上键入并为该标记执行“协议”。 还有事件和卸载管道。 鼓励按名称引用。 通过管道的行程包括“绑定名称列表”; 允许GO连接到另一端的其他GO中的接口。
2023-12-22 17:16:36 129KB 开源软件
1
Game Engine Architecture (2nd Edition).pdf ,英文版,1018页
2023-08-26 11:24:29 65.05MB Game Engine Architecture
1
QtGameEngine:Qt框架的游戏引擎
2023-03-08 11:32:45 60.57MB qt game-engine game-development game-engine-2d
1
这本书其实应该算是3D Game Engine Architecture Engineering的第二版,因为Architecture是以wild magic3.0来讲的,而Design 2nd是针对4.0。由于3.0是针对fixed function来设计的,所以当你以shader为基础来设计引擎时,3.0里的设计思路会严重的误导你!!另外和Architecture相比,Design 2nd的内容也更加丰满,删除了原来很多太过基础和琐碎的东西,新增了很多碰撞检测方面的章节。可以说这本书是3d游戏引擎书籍中的佼佼者。
2023-02-18 17:42:08 9.64MB graphics engine game 3D
1
3d game engine programming 清晰 版,大小不到十兆,不想有些版本200多兆
2023-02-18 17:40:43 9.42MB 3D Game Engine programming
1
PlayCanvas离线电子编辑器 这只是PlayCanvas引擎的离线编辑器的样板代码。 它使用打字稿进行设置,并进行一些装饰以与playcanvas集成。 它还具有用于调试电子应用程序的Visual Studio Code设置。 应用程序 编辑器入口点位于editor.ts 。 加载html文档后,由preload.ts加载。 这意味着它可以访问node.js。 安装 首先,您需要安装npm 。 然后在主项目文件夹中运行: npm install npm build 调试 使用Visual Studio Code打开根项目,然后按F5键开始调试。 建造 项目已安装了电子生成器,但尚未设置。
2023-02-12 18:08:31 483KB electron typescript game-engine offline
1
3D游戏引擎设计方面的最新最牛技术,国外大师无私奉献,新书啊新书,速度学习吸收。
2023-01-31 11:16:25 9.5MB
1
This book, the third volume in the popular Game Engine Gems series, is composed of short articles that focus on a particular technique, describe a clever trick, or offer practical advice within the subject of game engine development. The 22 chapters cover four broad categories—graphics and rendering, physics, general programming, and artificial intelligence. Professional game developers, students of game development and computer science, and anyone interested in learning how the pros tackle specific problems that arise during game engine development will find useful gems in this collection. TABLE OF CONTENTS AND CONTRIBUTORS Part I — Graphics and Rendering 1. The Open Game Engine Exchange Format Eric Lengyel (Series Editor / Terathon Software LLC) OpenGEX official website 2. Realistic Blending of Skies, Water, and Terrain Frank Kane (Sundog Software, LLC) 3. Fog with a Linear Density Function Eric Lengyel (Series Editor / Terathon Software LLC) 4. Vegetation Management in Leadwerks Game Engine 4 Josh Klint (Leadwerks Software) Download supplementary files for Chapter 4 5. Smooth Horizon Mapping Eric Lengyel (Series Editor / Terathon Software LLC) Download supplementary files for Chapter 5 6. Buffer-Free Generation of Triangle Strip Cube Vertices Don Williamson (Celtoys) 7. Edge-Preserving Smoothing Filter for Particle Based Rendering Kin-Ming Wong (The Chinese University of Hong Kong) Tien-Tsin Wong (The Chinese University of Hong Kong) Download supplementary files for Chapter 7 8. Variable Precision Pixel Shading for Improved Power Efficiency Rahul P. Sathe (Intel) 9. A Fast and High-Quality Texture Atlasing Algorithm Manny Ko (Activision Blizzard Inc.) Part II — Physics 10. Rotational Joint Limits in Quaternion Space Gino van den Bergen (Dtecta) Download supplementary files for Chapter 10 11. Volumetric Hierarchical Approximate Convex Decomposition Khaled Mamou (AMD) 12. Simulating Soft Bodies Using Strain Based Dynamics Muhammad Mobeen Movania (DHA Suffa University) Download supplementary files for Chapter 12 Part III — General Programming 13. Generic, Lightweight, and Fast Delegates in C++ Stefan Reinalter (Molecular Matters) Download supplementary files for Chapter 13 14. Compile-Time String Hashing in C++ Stefan Reinalter (Molecular Matters) Download supplementary files for Chapter 14 15. Static Reflection in C++ Using Tuples Nicolas Guillemot (Intel) 16. Portable SIMD Programs Using ISPC Nicolas Guillemot (Intel) Marc Fauconneau Dufresne (Intel) 17. Shared Network Arrays as an Abstraction of Network Code from Game Code Logic João Lucas Guberman Raza (Microsoft) Part IV — Character Control and Artificial Intelligence 18. Vision Based Local Collision Avoidance Teófilo Bezerra Dutra (Universidade Federal do Ceará) Ricardo Marques (Universitat Pompeu Fabra) Julien Pettré (INRIA) Jan Ondřej (Disney Research) 19. A Programming Framework for Autonomous NPCs Artur de Oliveira da Rocha Franco (Federal University of Ceará) José Gilvan Rodrigues Maia (Federal University of Ceará) Fernando Antonio de Carvalho Gomes (Federal University of Ceará) 20. Beyond Smart Objects: Behavior-Oriented Programming for NPCs in Large Open Worlds Martin Černý (Charles University in Prague) Tomáš Plch (Charles University in Prague / Warhorse Studios) Cyril Brom (Charles University in Prague) 21. A Control System for Enhancing Entity Behavior Mike Ramsey (Ramsey Research, LLC) 22. A Control System Based Approach to Entity Behavior Mike Ramsey (Ramsey Research, LLC)
2022-12-21 00:46:32 11.18MB Game Engine Gems Eric
1
作者Dave Eberly,MS and PhD degrees in mathematics from the University of Colorado at Boulder, and MS and PhD degrees in computer science from the University of North Carolina at ChapelHill
2022-11-20 11:11:28 9.08MB 图形学 游戏设计
1