Annotated Game Development Bibliography
原文链接:http://employees.oneonta.edu/allisodl/GameDevelopment/
General Game Development
http://www.gamedev.net/
Provides news and views, articles, job offers, and more, all related to game development
http://www.gametutorials.com/
Tutorials for C, C++, Win32 API, DirectX, OpenGL, networking, and game development
http://www.libsdl.org/index.php
“Simple DirectMedia
Layer is a cross-platform multimedia library designed to provide level
access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and
2D video framebuffer. It is used by MPEG
playback software, emulators, and many popular games, including the
award winning Linux port of ‘Civilization: Call To Power.’”
http://www.gamasutra.com/
Articles from Game Developer magazine, news of the game industry (requires setting up a free userid)
Organizations and Conferences
http://www.igda.org/
Organization for game developers…membership is $100/year, $35/year for students, and includes Game Developer magazine
http://www.gamanetwork.com/
Parent organization for Gamasutra Online, Game Developer magazine, and the game developer’s conference
http://www.gdconf.com/
Annual game developer’s conference
http://www.igf.com/
Independent
Games Festival…contest for independent game developers, and a student
showcase to highlight work of high school and college game developers
http://www.garagegames.com/
Home of independent games and game makers
3D Graphics Libraries
http://www.microsoft.com/windows/directx/default.aspx
Microsoft DirectX information site
http://www.opengl.org/
OpenGL information site (code samples, tutorials, etc)
http://www.xmission.com/~nate/opengl.html
Nate Robins OpenGL site, containing precompiled GLUT for Windows, tutorials, etc
http://www.mathies.com/cpw/about.html
Free GLUT API replacement for game programming
http://hem.passagen.se/opengl/glfw/
Another GLUT replacement OpenGL framework for Windows and Unix/X11
3D Graphics Engines
http://cg.cs.tu-berlin.de/~ki/game_eng.html
3D engines list, last updated 6/23/2000…lists 643 engines
www.cs.tu-berlin.de/~ki/game_eng.html
Commercial 3D game engines list, last updated 5/16/97
http://www.slamsoftware.com/
Amp 2 game engine…licenses start at $200
http://www.c4engine.com/
Graphics license, $3000, sound license $2000, network license $2000
http://www.ca3d-engine.de/
Free for free mods, need to negotiate a license for commercial use
http://crystal.sourceforge.net/
Free game development kit in C++…multiplatform, using OpenGL
http://www.exocortex.org/3dengine/
Graphics engine using OpenGL and C# that started as a class project…includes support for Cg shader programming
http://www.fly3d.com.br/
The Fly3D libraries (v1 and v2) from the 3D Games books by Watt and Policarpo…Fly3D
v1.02 is free for commercial and noncommercial use, while Fly3D v2 is
available for free under the GPL if the resulting game is also GPL, or
for a fee for a single game use without royalties
http://www.wirewd.com/wh/glvr.html
GLVR library for entertainment VR, in particular games, written in C++
http://www.hyzgame.com/English/index.htm
2D/3D game library from China
http://www.panardvision.com/v3/pv_overview.php
Panard Vision, free for noncommercial use
http://www.garagegames.com/pg/product/view.php?id=1
Torque
game engine, including networking, GUI builder, world editor and
scripting language…includes full source code for game engine…$100 per
programmer with no royalties to use for any company with less than
$500,000 in sales…the engine used in Tribes, Tribes2, Starsiege, etc
http://www.v3x.net/v3x/v3x_3d_engine.html
V3x.net engine…free for freeware or evaluation, 5000 Euros for 1 game, 15000 Euros for unlimited games, ??? for unlimited usage with source code
http://www.idsoftware.com/business/home/technology/index.php
Quake
engine and tools are available for free under the GPL, or for a flat
fee of $10000 per title with no royalties…Quake II engine is available
for free under the GPL, or for a flat fee of $10000 per title with no
royalties….Quake II tools are NOT GPL, and are for noncommercial use
only, or can be licensed for $5000 a project…Quake III engine is
$250000 guarantee against a 5% royalty of the wholesale title price
http://www.magic-software.com/
Wild Magic game engine, from Dave Eberly’s book…free for noncommercial projects, or for commercial products that do more than just sell the game engine
Game information sites
http://www.gamesdomain.com/indexus.html
http://www.3davenue.com/
Books of Interest
Game Programming Gems, Mark DeLoura, editor, August 2000, Charles River Media, ISBN 1584500492
Game Programming Gems 2, Mark DeLoura, editor, October 2001, Charles River Media, ISBN 1584500549
Game Programming Gems 3, Dante Treglia and Mark DeLoura, editors, July 2002, Charles River Media, ISBN 1584502339
An attempt to be to game development what Graphics Gems is to computer graphics in general
AI Game Programming Wisdom, Steve Rabin, editor, March 2002, Charles River Media, ISBN 1584500778
Mathematics for 3D Game Programming & Computer Graphics, Eric Lengyel, December 2001, Charles River Media, ISBN 1584500379
The Cg Tutorial: The Definitive Guide to Programmable Real-Time Graphics, Randima Fernando and Mark Kilgard, February 2003, Addison-Wesley, ISBN 0321194969
Real-Time Shader Programming, Ron Fosner, December 2002, Morgan Kaufmann, ISBN 1558608532
Real-Time Rendering, 2nd edition, Tomas Akenine-Moller & Eric Haines, July 2002, AK Peters, ISBN 1568811829
Physics for Game Developers, David Bourg, November 2001, O’Reilly & Associates, ISBN 0596000065
3D Game Engine Design: A Practical Approach to Real-Time Computer Graphics, David Eberly, September 2000, Morgan Kaufmann, ISBN 1558605932
3D Games: Real-Time Rendering and Software Technology, Volume 1, Alan Watt and Fabio Policarpo, December 2000, Addison Wesley, ISBN 0201619210
3D Games: Animation and Advanced Real-Time Rendering, Volume 2, Alan Watt and Fabio Policarpo, January 2003, Addison Wesley, ISBN 0201787067
分享到:
相关推荐
总的来说,"chapter_bibliography.7z"这个压缩包提供的资源很可能是几个示例章节文件,每个章节文件包含了 `\bibliography` 命令,可以用来演示如何在LaTeX中实现分章节的参考文献。通过解压并分析这些文件,你可以...
Beginning java game programming. Boston, MA: Thompson Course Technology. 在这本书的第三章中,作者Harbour介绍了使用Java语言创建计算机游戏《Asteroids》的过程。这一章节不仅讲解了游戏的基本概念和技术...
Foreword Preface Chapter 1 - What Is This Book About? Chapter 2 - The Design Process ... Bibliography List of Games Cited Index List of Figures List of Tables List of Sidebars
本篇内容主要涉及如何修改EndNote的Output Style,特别是针对Citations、Bibliography和Footnotes中的Author Name与Editor Name的格式设置。 首先,Author Name的格式设定决定了作者姓名在引注、参考文献和脚注中...
Word中参考文献编辑style,http://blogs.office.com/2009/04/29/bibliography-citations-102-building-custom-styles/
这个名为"Transactions-WIN-and-MAC-Bibliography-File.zip"的压缩包提供了用于生成符合IEEE Access标准的参考文献的资源。让我们深入探讨一下其中包含的文件及其用途。 1. **Bib文件**: - `IEEEexample.bib`、`...
### Takeaway_AGILE Bibliography:敏捷开发方法论与实践的核心参考资源 #### 一、书籍推荐 ##### 1. **Ambler, Scott and Jeffries, Ron, Agile Modeling: Effective Practices for Extreme Programming and the ...
本篇文章将详细讲解如何修改EndNote的输出样式,以适应Citations、Bibliography和Footnotes的特定需求。 首先,我们关注Citations的修改。EndNote支持多种引用样式,如APA、MLA、Chicago等。在“Output Styles”...
在`bibliography_example.m`中,开发者可能学习到如何创建或导入`.bib`文件,然后使用`bibliography`函数将这些引用插入到MATLAB的输出报告或文档中。此外,脚本还可能涉及到如何自定义引用样式,如APA、IEEE或其他...
Game physics ------------------------ 本书更像是一本物理学概论,游戏开发的部分偏少,下与不下你自己定夺。 ---------------------------------------- Trademarks Figures Tables Preface About the CD-...
### 数据仓库与OLAP在线文献综述 #### Part 1: 数据仓库 ##### 1.1 概览 数据仓库(Data Warehouse, DW)是用于支持业务智能(Business Intelligence, BI)活动的一种数据存储方式,尤其是分析行为。...
### 图像篡改盲检测方法综述 #### 引言 随着数字图像处理技术的快速发展,验证数字图像的完整性并检测篡改痕迹成为了图像处理领域一个重要的研究方向。特别是当不依赖任何预先提取或预嵌入的信息时,这种盲检测...
### 非线性系统辨识综合参考文献分析 #### 概述 本文献是对非线性系统辨识领域的综合参考书目,由Georgios B. Giannakis与Erchin Serpedin两位作者共同撰写,并发表于《信号处理》期刊上。该文目的旨在提供一个全面...
Title: The Cucumber for Java Book: Behaviour-Driven Development for Testers and Developers Author: Aslak Hellesoy, Matt Wynne, Seb Rose Length: 338 pages Edition: 1 Language: English ... Bibliography
Contents at a Glance 1 Introduction to the Linux Kernel 1 2 Getting Started with the Kernel 11 3 Process Management 23 4 Process Scheduling 41 5 System Calls 69 ...Bibliography 407 Index 411
"Online Bibliography"是一个基于BibTeX功能的在线书目管理系统,旨在为用户提供方便快捷的文献管理和分享平台。这款开源软件不仅实现了基本的搜索、评级和分类功能,还加入了用户管理模块,使得协作和共享成为可能...
"xml-bibliography"项目是开源社区的一个贡献,旨在标准化XML中的书目条目表示方式,以便于处理和展示学术或专业文献引用。 在描述中提到的"TEI"全称为Text Encoding Initiative,是一个国际组织,致力于制定和维护...
模板的话一般都是在期刊上下载好的latex模板(如IEEE trans系列的)成功的步骤都是以下四步: (F6, F8, F6, F8) (0)前提先做好bib文件,具体参考> ... ... ... (4)再