转自OGRE的一些游戏编程的链接

简介:

C++ / STL

[ edit]

Introduction / Help

[ edit]

User Misconception of C++/STL

[ edit]

Performance

[ edit]

Design patterns

[ edit]

Games

[ edit]

Game Developper Sites

[ edit]

Hardware

Ati (papers, tools, source) (http://www.ati.com/developer/) (MUST READ) Nvidia (papers, tools, source) (http://developer.nvidia.com) (MUST READ)

[ edit]

Game/3d Conference

[ edit]

Siggraph Conferrnce

[ edit]

Game developper Conference

  • gdc (http://www.gdconf.org)
  • nvdia slides and demos (http://developer.nvidia.com/object/gdc_2005_presentations.html)
  • Ati papers (http://www.ati.com/developer/techpapers.html)
[ edit]

MainStream

[ edit]

Blogs

  • Sinbad (http://www.stevestreeting.com/)
  • Carmack (http://www.armadilloaerospace.com/n.x/johnc/Recent%20Updates)
  • Brian Hook (http://www.bookofhook.com/)
  • Gaffer (http://www.gaffer.org/gaffer)
  • Gamegirl (http://www.gamegirladvance.com)
  • Gamedev (http://www.gamedevblog.com)


[ edit]

Animation

  • Walk Cycle (http://www.idleworm.com/how/anm/02w/walks.shtml)
[ edit]

Shaders

[ edit]

Terrain

[ edit]

Vegetation

[ edit]

Articles

[ edit]

Sdk

[ edit]

Artificial Intelligence

[ edit]

AI Links repositories

[ edit]

Sdk

[ edit]

General Architectures Articles

[ edit]

PathFinding

[ edit]

Group AI

[ edit]

Tactic

[ edit]

Steering

[ edit]

Rule-Based System (RBS)

[ edit]

Neural Networks (NN)

  • tensor (small NN) (http://www.oroboro.com/rafael/docserv.php?index=project&article=tensor)
  • tensor neurals net (http://www.oroboro.com/rafael/project/tensor.html)
  • Untrained Neural Net Class (http://www.flipcode.com/cgi-bin/msg.cgi?showThread=COTD-UntrainedNeuralNet&forum=cotd&id=-1)
  • NN sample (http://www.kuenzle-family.ch/philippe/gl/SeniorProject.htm)
[ edit]

Fuzzy logic (FL)

  • aiGuru.com (http://www.aiguru.com/fl.htm)
  • bayesian systems... somewhere on generation 5 site.
[ edit]

Finite State Machine (FSM)

[ edit]

Decision Tree (DT)

[ edit]

Emotion

[ edit]

Lag

[ edit]

Expert Systems

[ edit]

Learning Systems

[ edit]

Network

[ edit]

Articles

[ edit]

Sdk

[ edit]

Physics

[ edit]

Articles

[ edit]

Sdk

[ edit]

Sound

  • Thief paper on sound and AI.
[ edit]

Visibility

目录
相关文章
小技巧 - 如何快速转载CSDN中的博客(对于其他博客也适用,亲测有效)
小技巧 - 如何快速转载CSDN中的博客(对于其他博客也适用,亲测有效)
188 0
小技巧 - 如何快速转载CSDN中的博客(对于其他博客也适用,亲测有效)
RxSwift使用教程大全 韩俊强的博客
接上一篇:初识RxSwift及使用教程 韩俊强的博客 本文档内容来自于 RxSwift 的 Playground。记录大多数 ReactiveX 的概念和操作符。 (部分翻译和注解来自 ReactiveX文档中文翻译) Introduction 为什么使用 RxSwift? 我们写的很多代码实际上是为了解决和响应外部事件。
2760 0
|
设计模式
初识RxSwift及使用教程 韩俊强的博客
什么是RxSwift? RxSwift是Swift函数响应式编程的一个开源库,由Github的ReactiveX组织开发、维护 其他语言像C#, Java 和 JS 也有,Rx.
1855 0
|
Swift
最新Swift学习教程-从简单到复杂 韩俊强的博客
GitHub每日更新地址: https://github.com/iOS-Swift-Developers/Swift Swift基础知识大全,Swift学习从简单到复杂,不断地完善与更新, 欢迎Star️,欢迎Fork,️iOS开发者交流群:446310206 知识架构: 常两变量 基.
1200 0
|
iOS开发
iOS开发中 经常遇到的坑,看我就够了! 韩俊强的博客
        从事iOS开发有些年月了,从最开始的磕磕绊绊,不知所措,到现在的遇到困难都能快速做出最佳方案处理,中间经历了不可或缺的痛苦。在项目开发中,本人有用印象笔记记录的习惯,所以很多重复出现的坑,很快迎刃而解,而不在同一个地方摔倒两次。
2096 0