Michael Haller, Jürgen Zauner, Werner Hartmann,
"A generic framework for game development"
: Proceedings of the ACM SIGGRAPH and Eurographics Campfire 2002, June 1-4, 2002, Snowbird, Utah, USA, 6-2002, ISBN: 3-8322-0241-2, Michael Haller, Werner Hartmann, Jürgen Zauner: A generic framework for game development, Proceedings of the ACM SIGGRAPH and Eurographics Campfire 2002, June 1-4, 2002, Snowbird, Utah, USA, [ISBN 3-8322-0241-2]
Original Titel:
A generic framework for game development
Sprache des Titels:
Englisch
Original Buchtitel:
Proceedings of the ACM SIGGRAPH and Eurographics Campfire 2002, June 1-4, 2002, Snowbird, Utah, USA
Original Kurzfassung:
This article describes a generic framework used in the MR based AMIRE (Authoring Mixed
Reality) project. The concepts of the presented framework can be used in every 3D based
application (e.g. game, VR-/AR- applications etc.) and our approach allows an easy
communication between the objects (game objects).
If you are working on several games or VR/AR based applications you will see a
common pattern in all these different engines: all the objects have to communicate with each
other. Rabin shows in [1] a very interesting AI engine, which in fact is more a communication
concept than an AI engine. His approach is interesting for several reasons: Firstly, his system
is based on the so called State Machine (FSM) concept. Secondly, his AI engine is
implemented in C and not in C++ - an important thing for console based applications. Finally,
his approach uses an Event-Driven mechanism - his game objects are not actively watching
the world (polling) but sitting back and waiting for news. Consequently it becomes difficult to
extend the AI engine (both, the engine itself and the FSM of the game objects).
Sprache der Kurzfassung:
Deutsch
Erscheinungsmonat:
6
Erscheinungsjahr:
2002
Notiz zum Zitat:
Michael Haller, Werner Hartmann, Jürgen Zauner: A generic framework for game development, Proceedings of the ACM SIGGRAPH and Eurographics Campfire 2002, June 1-4, 2002, Snowbird, Utah, USA, [ISBN 3-8322-0241-2]