II.
LibraryProcess overview
Reference · livelib-process:game-development--game-engine-setup
specializations/game-development/game-engine-setup overview
Game Engine Selection and Setup Process - Evaluate and configure appropriate game engine for project requirements including technical evaluation, project setup, coding standards, and build pipeline configuration.
Attributes
displayName
specializations/game-development/game-engine-setup
description
Game Engine Selection and Setup Process - Evaluate and configure appropriate game engine for project
requirements including technical evaluation, project setup, coding standards, and build pipeline configuration.
libraryPath
library/specializations/game-development/game-engine-setup.js
specialization
game-development
references
- Unity Official Documentation
- Unreal Engine Documentation
- Godot Engine Documentation
example
const result = await orchestrate('specializations/game-development/game-engine-setup', {
projectName: 'Stellar Odyssey',
targetPlatforms: ['PC', 'PlayStation 5', 'Xbox Series X'],
graphicsRequirements: 'high-end',
teamExperience: { unity: 3, unreal: 5, godot: 1 }
});
usesAgents
- technical-director-agent
- gameplay-programmer-agent
- devops-engineer-agent
- build-engineer-agent
Outgoing edges
lib_applies_to_domain1
- domain:gaming·DomainGaming
lib_belongs_to_specialization1
- specialization:game-development·Specialization
lib_implements_workflow1
- workflow:engineering-onboarding·WorkflowEngineering Onboarding
lib_involves_role1
- role:game-developer·RoleGame Developer
lib_requires_skill_area3
- skill-area:game-engine-development·SkillAreaGame Engine Development
- skill-area:gameplay-programming·SkillAreaGameplay Programming
- skill-area:game-loop·SkillAreaGame Loop & Frame Pacing
Incoming edges
None.