Difference between revisions of "Main Page"
From GriffinEngine
Line 1: | Line 1: | ||
− | + | __NOTOC__ | |
+ | ='''Welcome to the Griffin Engine documentation wiki'''= | ||
− | + | As of Spring 2009 quarter, the Griffin Engine is being developed by a [[Primary Contributors|team]] of 7 students for ''CS 164: Game Engines'' course at [[Wikipedia:University of California, Santa Cruz|UCSC]]. | |
− | == | + | |
− | * [ | + | == Update Information == |
− | * [ | + | * '''[[May 30 patch]]''' includes minor bugfixes, additions to HUD and mouse, a new geCircle class, and updated example code in main(). — [[User:Mstefaro|Mstefaro]] 11:06, 31 May 2009 (UTC) |
− | * [ | + | * '''[[May 31 patch]]''' includes bugfixes and cleanup in HUD and input classes, and slight syntax modifications in geTimer and resource classes. — [[User:Mstefaro|Mstefaro]] 11:21, 1 June 2009 (UTC) |
− | * [ | + | * '''June 1 documentation update''': [[:Category:HUD|HUD]] category is added to the wiki. [[geKeyboard]], [[geMouse]], [[geResourceManager]], [[geTimer]], [[geAnimation]], [[geSound]] are updated to reflect recent changes. — [[User:Mstefaro|Mstefaro]] 11:21, 1 June 2009 (UTC) |
− | * [ | + | * '''[[June 2 patch]]''' (hopefully LAST ONE) includes bugfixes, ability to change fog settings, purging of old unused code, and a lot of new demo code. |
+ | * '''June 3 documentation update''': Added inter-category navigation boxes to all classes, and brought many pages up-to-date. | ||
+ | |||
+ | {| style="width:100%" | ||
+ | |- | ||
+ | |||
+ | | style="width:50%;vertical-align:top" | | ||
+ | ==For Game Designers== | ||
+ | * [[Features]] | ||
+ | * '''[[:Category:API|API Reference]]''' | ||
+ | ** [[:Category:Core|Core]] | ||
+ | ** [[:Category:Events|Events]] | ||
+ | ** [[:Category:Global|Global]] | ||
+ | ** [[:Category:Graphics|Graphics]] | ||
+ | ** [[:Category:HUD|HUD]] | ||
+ | ** [[:Category:Physics|Physics]] | ||
+ | ** [[:Category:Resources|Resources]] | ||
+ | * [[Distributing your game]] | ||
+ | * [http://ge.matvei.org/w/index.php?title=Talk:Features&action=edit§ion=new Request a feature or make a suggestion] | ||
+ | |||
+ | | style="width:50%;vertical-align:top" | | ||
+ | |||
+ | ==For Engine Developers== | ||
+ | * [http://www.mediawiki.org/wiki/Help:Contents Wiki editing help] | ||
+ | * [[API Template]] | ||
+ | * [http://gforge.soe.ucsc.edu/gf/project/griffinengine/ gForge Project page] | ||
+ | * [[Special:LonelyPages|List of unreachable pages]] | ||
+ | * [[Special:WantedPages|List of dead links]] | ||
+ | * [http://freeworld.thc.org/root/phun/unmaintain.html?repost=forPosterity Guide: How To Write Unmaintainable Code] | ||
+ | |||
+ | |} | ||
+ | |||
+ | ---- | ||
+ | |||
+ | |||
+ | [[Image:Cant_sleep.png]] |
Revision as of 14:18, 3 June 2009
Welcome to the Griffin Engine documentation wiki
As of Spring 2009 quarter, the Griffin Engine is being developed by a team of 7 students for CS 164: Game Engines course at UCSC.
Update Information
- May 30 patch includes minor bugfixes, additions to HUD and mouse, a new geCircle class, and updated example code in main(). — Mstefaro 11:06, 31 May 2009 (UTC)
- May 31 patch includes bugfixes and cleanup in HUD and input classes, and slight syntax modifications in geTimer and resource classes. — Mstefaro 11:21, 1 June 2009 (UTC)
- June 1 documentation update: HUD category is added to the wiki. geKeyboard, geMouse, geResourceManager, geTimer, geAnimation, geSound are updated to reflect recent changes. — Mstefaro 11:21, 1 June 2009 (UTC)
- June 2 patch (hopefully LAST ONE) includes bugfixes, ability to change fog settings, purging of old unused code, and a lot of new demo code.
- June 3 documentation update: Added inter-category navigation boxes to all classes, and brought many pages up-to-date.
For Game Designers |
For Engine Developers |