转自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

目录
相关文章
|
10天前
|
人工智能 大数据 Java
面向萌新的技术博客入门指南
面向萌新的技术博客入门指南
22 0
|
4月前
|
前端开发 Cloud Native 安全
简单使用 Hugo 博客
简单使用 Hugo 博客
|
9月前
|
JavaScript 安全 Linux
Hugo博客教程(一)
Hugo博客教程(一)
247 0
|
关系型数据库 MySQL PHP
Z-BlogPHP博客程序
Z-BlogPHP支持PHP 5.2 - 7.4、8.0,可运行在市面上所有的操作系统和WEB服务器之上。
82 0
Z-BlogPHP博客程序
小技巧 - 如何快速转载CSDN中的博客(对于其他博客也适用,亲测有效)
小技巧 - 如何快速转载CSDN中的博客(对于其他博客也适用,亲测有效)
149 0
小技巧 - 如何快速转载CSDN中的博客(对于其他博客也适用,亲测有效)
|
设计模式 Java 程序员
安卓开发者必备的42个链接
安卓开发者必备的42个链接
|
设计模式 Java 程序员
安卓开发者必备的 42 个链接
暑假就要结束了(译注:本文发布在13年8月份),或许你已决定成为一个安卓程序员。假期中,我收集了42个帮助大家学习安卓的链接。有的链接是面向初学者的帮助你从头开始,其他的则面向比较高级的开发者。当然这个列表是相当主观的,如果您也有更多关于安卓内容的链接,欢迎在评论栏中留言。
158 0
RxSwift使用教程大全 韩俊强的博客
接上一篇:初识RxSwift及使用教程 韩俊强的博客 本文档内容来自于 RxSwift 的 Playground。记录大多数 ReactiveX 的概念和操作符。 (部分翻译和注解来自 ReactiveX文档中文翻译) Introduction 为什么使用 RxSwift? 我们写的很多代码实际上是为了解决和响应外部事件。
2616 0